mirror of
https://github.com/juanfont/headscale.git
synced 2025-02-09 08:08:06 -05:00
Reverted back values in integration tests
This commit is contained in:
parent
9f52a64a6a
commit
be36480a64
@ -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…
x
Reference in New Issue
Block a user