diff --git a/engines/instance_verification/spec/requests/api/connect/v3/systems/products_controller_spec.rb b/engines/instance_verification/spec/requests/api/connect/v3/systems/products_controller_spec.rb index 4ae7ecc85..bafb72bd6 100644 --- a/engines/instance_verification/spec/requests/api/connect/v3/systems/products_controller_spec.rb +++ b/engines/instance_verification/spec/requests/api/connect/v3/systems/products_controller_spec.rb @@ -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(