mirror of
https://github.com/juanfont/headscale.git
synced 2025-03-02 01:35:12 +08:00
Reverted back values in integration tests
This commit is contained in:
parent
9f52a64a6a
commit
be36480a64
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@ func TestIntegrationTestSuite(t *testing.T) {
|
||||||
|
|
||||||
s.namespaces = map[string]TestNamespace{
|
s.namespaces = map[string]TestNamespace{
|
||||||
"main": {
|
"main": {
|
||||||
count: 5,
|
count: 20,
|
||||||
tailscales: make(map[string]dockertest.Resource),
|
tailscales: make(map[string]dockertest.Resource),
|
||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
count: 2,
|
count: 5,
|
||||||
tailscales: make(map[string]dockertest.Resource),
|
tailscales: make(map[string]dockertest.Resource),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue