features/pubkeys/show.feature in conjur-cli-6.2.0 vs features/pubkeys/show.feature in conjur-cli-6.2.1
- old
+ new
@@ -10,9 +10,5 @@
"""
Scenario: After adding a key, the key is shown
When I run `conjur pubkeys show alice`
And the output should match /^ssh-rsa .* laptop$/
-
- Scenario: Public keys can be listed using cURL, without authentication
- When I successfully run `curl -k $conjur_url/public_keys/cucumber/user/alice`
- Then the output should match /^ssh-rsa .* laptop$/