1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

change integration test to trigger go build

This commit is contained in:
Kristoffer Dalby 2022-05-27 10:20:21 +01:00
parent 242ceff9c3
commit 3e38824f21

View File

@ -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": {