We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49902f6 commit e48e3a7Copy full SHA for e48e3a7
1 file changed
spec/spec_helper.rb
@@ -179,6 +179,7 @@
179
end
180
181
VCAP::CloudController::SecurityContext.clear
182
+ VCAP::Request.current_id = nil
183
allow_any_instance_of(VCAP::CloudController::UaaTokenDecoder).to receive(:uaa_issuer).and_return(UAAIssuer::ISSUER)
184
185
mock_redis = MockRedis.new
0 commit comments