acceptance-features/authorization/resource/give.feature in conjur-cli-4.28.2 vs acceptance-features/authorization/resource/give.feature in conjur-cli-4.29.0

- old
+ new

@@ -2,10 +2,11 @@ Scenario: I can give a resource which I own to another role Given I successfully run `conjur resource create food:$ns/bacon` And I create a new user named "alice@$ns" Then I successfully run `conjur resource give food:$ns/bacon user:alice@$ns` + And I reset the command list Scenario: Resource owner is in the 'owner' field Given I successfully run `conjur resource create food:$ns/bacon` And I create a new user named "alice@$ns" And I keep the JSON at "roleid" as "USERID" @@ -16,7 +17,8 @@ Scenario: When I give a resource away, I give all permissions Given I successfully run `conjur resource create food:$ns/bacon` And I create a new user named "alice@$ns" And I successfully run `conjur resource give food:$ns/bacon user:alice@$ns` And I login as "alice@$ns" + And I reset the command list When I successfully run `conjur resource check food:$ns/bacon fry` - Then the stdout from "conjur resource check food:$ns/bacon fry" should contain "true" + Then the stdout should contain exactly "true"