mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-18 14:59:54 +02:00
gen: regenerate protobuf code
This commit is contained in:
committed by
Kristoffer Dalby
parent
eec54cbbf3
commit
0516c0ec37
@@ -2814,7 +2814,7 @@ func TestACLTagPropagation(t *testing.T) {
|
||||
assert.NotNil(c, node, "Node should still exist")
|
||||
|
||||
if node != nil {
|
||||
assert.ElementsMatch(c, tt.tagChange, node.GetValidTags(), "Tags should be updated")
|
||||
assert.ElementsMatch(c, tt.tagChange, node.GetTags(), "Tags should be updated")
|
||||
}
|
||||
}, 10*time.Second, 500*time.Millisecond, "verifying tag change applied")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user