Stuff
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
d900f48d38
commit
8ee35c9c22
5 changed files with 14 additions and 12 deletions
|
@ -96,7 +96,7 @@ func (s *IntegrationOIDCTestSuite) SetupSuite() {
|
|||
s.FailNow(fmt.Sprintf("Could not connect to docker: %s", err), "")
|
||||
}
|
||||
|
||||
network, err := GetFirstOrCreateNetwork(&s.pool, "headscale-test")
|
||||
network, err := GetFirstOrCreateNetwork(&s.pool, headscaleNetwork)
|
||||
if err != nil {
|
||||
s.FailNow(fmt.Sprintf("Failed to create or get network: %s", err), "")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue