Skip to content

Commit

Permalink
Mock call
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Feb 20, 2025
1 parent a7be943 commit 571327b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
before do
expect(InstanceVerification::Providers::Example).to receive(:new).and_return(plugin_double)
expect(plugin_double).to receive(:instance_valid?).and_return(false)
expect(plugin_double).to receive(:allowed_extension?).and_return(true)
allow(InstanceVerification).to receive(:set_cache_inactive).and_return(nil)
stub_request(:post, scc_activate_url)
.to_return(
Expand Down

0 comments on commit 571327b

Please sign in to comment.