Skip to content

Commit

Permalink
use correct versions
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 16, 2024
1 parent f10c6e2 commit a240842
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,8 @@ func TestValidateResolvConf(t *testing.T) {
defer scenario.Shutdown()

spec := map[string]int{
// "resolvconf1": len(MustTestVersions),
// "resolvconf2": len(MustTestVersions),
"resolvconf1": 1,
"resolvconf2": 1,
"resolvconf1": len(MustTestVersions),
"resolvconf2": len(MustTestVersions),
}

err = scenario.CreateHeadscaleEnv(spec, []tsic.Option{}, hsic.WithTestName("resolvconf"), hsic.WithConfigEnv(tt.conf))
Expand Down

0 comments on commit a240842

Please sign in to comment.