mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Change order of print/nil check in integration test
This commit is contained in:
parent
a23d82e33a
commit
6d10be8fff
@ -282,8 +282,8 @@ func (s *IntegrationTestSuite) SetupSuite() {
|
||||
[]string{"headscale", "namespaces", "create", namespace},
|
||||
[]string{},
|
||||
)
|
||||
assert.Nil(s.T(), err)
|
||||
fmt.Println("headscale create namespace result: ", result)
|
||||
assert.Nil(s.T(), err)
|
||||
|
||||
fmt.Printf("Creating pre auth key for %s\n", namespace)
|
||||
authKey, err := executeCommand(
|
||||
|
Loading…
Reference in New Issue
Block a user