Skip to content

Commit

Permalink
Go back to shouldnotequal
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Mar 6, 2020
1 parent 0898e78 commit ea9a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/00_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ testcases:
- script: /rbac-lookup/rbac-lookup e2e-test
assertions:
- result.code ShouldEqual 0
- result.systemerr ShouldNotContain "No RBAC Bindings found"
- result.systemerr ShouldNotEqual "No RBAC Bindings found"
- name: Cleanup
steps:
- script: kubectl delete -f 00_assets/

0 comments on commit ea9a80a

Please sign in to comment.