mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-31 14:51:23 +09:00
consecutive login tests need tls
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
282d1cad89
commit
218ba6d413
1 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,10 @@ func TestAuthWebFlowLogoutAndRelogin(t *testing.T) {
|
||||||
"user2": len(MustTestVersions),
|
"user2": len(MustTestVersions),
|
||||||
}
|
}
|
||||||
|
|
||||||
err = scenario.CreateHeadscaleEnv(spec, hsic.WithTestName("weblogout"))
|
err = scenario.CreateHeadscaleEnv(spec,
|
||||||
|
hsic.WithTestName("weblogout"),
|
||||||
|
hsic.WithTLS(),
|
||||||
|
)
|
||||||
assertNoErrHeadscaleEnv(t, err)
|
assertNoErrHeadscaleEnv(t, err)
|
||||||
|
|
||||||
allClients, err := scenario.ListTailscaleClients()
|
allClients, err := scenario.ListTailscaleClients()
|
||||||
|
|
Loading…
Reference in a new issue