Skip to content

Commit

Permalink
fix broken preauth-key tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujamin committed Sep 4, 2022
1 parent f6153a9 commit 72a4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_cli_test.go
Expand Up @@ -337,7 +337,7 @@ func (s *IntegrationCLITestSuite) TestPreAuthKeyCommand() {

// Test that tags are present
for i := 0; i < count; i++ {
assert.DeepEquals(listedPreAuthKeys[i].AclTags, []string{"tag:test1,", "tag:test2"})
assert.Equals(listedPreAuthKeys[i].AclTags, []string{"tag:test1,", "tag:test2"})
}

// Expire three keys
Expand Down

0 comments on commit 72a4300

Please sign in to comment.