fix broken preauth-key tag test
This commit is contained in:
parent
f6153a9b5d
commit
72a43007d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue