From a24084269082ab27ffb1d2691ca807665683b401 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 16 Aug 2024 14:43:43 +0200 Subject: [PATCH] use correct versions Signed-off-by: Kristoffer Dalby --- integration/dns_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/integration/dns_test.go b/integration/dns_test.go index a40be78fcf..ec3d39832f 100644 --- a/integration/dns_test.go +++ b/integration/dns_test.go @@ -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))