acceptance-features/authentication/logout.feature in conjur-cli-4.28.2 vs acceptance-features/authentication/logout.feature in conjur-cli-4.29.0
- old
+ new
@@ -9,8 +9,5 @@
And I run `conjur authn login alice@$ns` interactively
And I type "foobar"
And the exit status should be 0
And I successfully run `conjur authn logout`
Then the stdout from "conjur authn logout" should contain exactly "Logged out\n"
- And I run `conjur authn whoami`
- And the exit status should be 255
- And the stderr from "conjur authn whoami" should contain "error: Not logged in"