mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 16:07:34 +00:00
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
|
// Test that tags are present
|
||||||
for i := 0; i < count; i++ {
|
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
|
// Expire three keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user