Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
afaranha committed Nov 27, 2024
1 parent f123e83 commit a656539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kuttl/common/scripts/test_invalid_token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alias openstack="oc exec -tn $NAMESPACE openstackclient -- env -u OS_CLOUD - OS_

openstack endpoint list

if openstack endpoint list 2>&1 | grep "Failed to validate token"; then
if openstack endpoint list 2>&1 | grep "Could not recognize Fernet token"; then
exit 0
else
exit 1
Expand Down

0 comments on commit a656539

Please sign in to comment.