mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
fix broken preauth-key tag test
This commit is contained in:
parent
f6153a9b5d
commit
72a43007d8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue