From 3e38824f21a442d39c436e68d874d8ffd2889890 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 27 May 2022 10:20:21 +0100 Subject: [PATCH] change integration test to trigger go build --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index da3bc8a3..53d6af01 100644 --- a/integration_test.go +++ b/integration_test.go @@ -47,7 +47,7 @@ func TestIntegrationTestSuite(t *testing.T) { s.namespaces = map[string]TestNamespace{ "thisspace": { - count: 10, + count: 11, tailscales: make(map[string]dockertest.Resource), }, "otherspace": {