1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Reverted back values in integration tests

This commit is contained in:
Juan Font Alonso 2021-10-16 11:06:33 +02:00
parent 9f52a64a6a
commit be36480a64

View File

@ -58,11 +58,11 @@ func TestIntegrationTestSuite(t *testing.T) {
s.namespaces = map[string]TestNamespace{
"main": {
count: 5,
count: 20,
tailscales: make(map[string]dockertest.Resource),
},
"shared": {
count: 2,
count: 5,
tailscales: make(map[string]dockertest.Resource),
},
}