lib/conjur/command/rspec/mock_services.rb in conjur-cli-4.24.0 vs lib/conjur/command/rspec/mock_services.rb in conjur-cli-4.25.0

- old
+ new

@@ -35,6 +35,9 @@ end end shared_context "when not logged in", logged_in: false do include_context "with mock authn" + before do + Conjur::Authn.instance_variable_set :@credentials, nil + end end