mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:07:37 +00:00
Fix options signature
This commit is contained in:
@@ -405,7 +405,7 @@ func TestEnablingRoutes(t *testing.T) {
|
||||
namespace: 3,
|
||||
}
|
||||
|
||||
err = scenario.CreateHeadscaleEnv(spec, hsic.WithTestName("clienableroute"))
|
||||
err = scenario.CreateHeadscaleEnv(spec, []tsic.Option{}, hsic.WithTestName("clienableroute"))
|
||||
assert.NoError(t, err)
|
||||
|
||||
allClients, err := scenario.ListTailscaleClients()
|
||||
|
Reference in New Issue
Block a user