integration: rework retry for waiting for node sync
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
9d236571f4
commit
3b16b75fe6
7 changed files with 127 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue