mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-11 17:53:10 +02:00
defer shutdown in tags test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
aa44f966e3
commit
f2b97a1087
@ -951,7 +951,7 @@ func TestNodeAdvertiseTagCommand(t *testing.T) {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
scenario, err := NewScenario(dockertestMaxWait())
|
||||
assertNoErr(t, err)
|
||||
// defer scenario.ShutdownAssertNoPanics(t)
|
||||
defer scenario.ShutdownAssertNoPanics(t)
|
||||
|
||||
spec := map[string]int{
|
||||
"user1": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user