Skip to content

Commit

Permalink
test(e2e): fix kwok username in test specs
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Jan 7, 2025
1 parent 857d11b commit 955a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/deployment/validate.jq
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include "graph";
)
| assert(
"status update was logged";
any(.fields.audit == "system:serviceaccount:kube-system:deployment-controller update status")
any(.fields.audit == "kwok-admin update status")
)
| assert(
"status update contains diff (" + (map(.fields.audit) | @json) + ")";
Expand Down

0 comments on commit 955a92f

Please sign in to comment.