mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 00:43:06 +00:00
make preauthkey tags test stable
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
4dd12a2f97
commit
4b58dc6eb4
1 changed files with 3 additions and 1 deletions
|
@ -213,7 +213,9 @@ func TestPreAuthKeyCommand(t *testing.T) {
|
|||
continue
|
||||
}
|
||||
|
||||
assert.Equal(t, []string{"tag:test1", "tag:test2"}, listedPreAuthKeys[index].GetAclTags())
|
||||
tags := listedPreAuthKeys[index].GetAclTags()
|
||||
sort.Strings(tags)
|
||||
assert.Equal(t, []string{"tag:test1", "tag:test2"}, tags)
|
||||
}
|
||||
|
||||
// Test key expiry
|
||||
|
|
Loading…
Reference in a new issue