mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-11 17:53:10 +02:00
remove unused envvar in test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
1ade2ad80f
commit
9dfab0ec1a
@ -69,9 +69,6 @@ func sshScenario(t *testing.T, policy *policy.ACLPolicy, clientsPerUser int) *Sc
|
|||||||
},
|
},
|
||||||
hsic.WithACLPolicy(policy),
|
hsic.WithACLPolicy(policy),
|
||||||
hsic.WithTestName("ssh"),
|
hsic.WithTestName("ssh"),
|
||||||
hsic.WithConfigEnv(map[string]string{
|
|
||||||
"HEADSCALE_EXPERIMENTAL_FEATURE_SSH": "1",
|
|
||||||
}),
|
|
||||||
)
|
)
|
||||||
assertNoErr(t, err)
|
assertNoErr(t, err)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user