mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 02:10:04 +09:00
uncomment defer
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
218ba6d413
commit
1031c2a8d5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func TestOIDCAuthenticationPingAll(t *testing.T) {
|
|||
scenario := AuthOIDCScenario{
|
||||
Scenario: baseScenario,
|
||||
}
|
||||
// defer scenario.ShutdownAssertNoPanics(t)
|
||||
defer scenario.ShutdownAssertNoPanics(t)
|
||||
|
||||
// Logins to MockOIDC is served by a queue with a strict order,
|
||||
// if we use more than one node per user, the order of the logins
|
||||
|
|
Loading…
Reference in a new issue