mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Restore the number of containers
This commit is contained in:
parent
27855880b2
commit
577eedef11
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func TestIntegrationTestSuite(t *testing.T) {
|
|||
|
||||
s.namespaces = map[string]TestNamespace{
|
||||
"thisspace": {
|
||||
count: 5,
|
||||
count: 10,
|
||||
tailscales: make(map[string]dockertest.Resource),
|
||||
},
|
||||
"otherspace": {
|
||||
|
|
Loading…
Reference in a new issue