mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-29 03:57:44 +09:00
integration: rework retry for waiting for node sync
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Kristoffer Dalby
parent
9d236571f4
commit
3b16b75fe6
@@ -354,7 +354,11 @@ func TestPreAuthKeyCommand(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
assert.Equal(t, []string{"tag:test1", "tag:test2"}, listedPreAuthKeys[index].GetAclTags())
|
||||
assert.Equal(
|
||||
t,
|
||||
[]string{"tag:test1", "tag:test2"},
|
||||
listedPreAuthKeys[index].GetAclTags(),
|
||||
)
|
||||
}
|
||||
|
||||
// Test key expiry
|
||||
|
||||
Reference in New Issue
Block a user