Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atburke committed Sep 3, 2024
1 parent 07698b6 commit c2edd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/tctl/common/resource_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2230,8 +2230,8 @@ spec:
groups:
- foo
- bar
uid: "1234"
gid: "5678"
uid: 1234
gid: 5678
- node_labels_expression: 'labels["foo"] == labels["bar"]'
groups:
- baz
Expand Down

0 comments on commit c2edd8c

Please sign in to comment.