Change order of print/nil check in integration test
This commit is contained in:
parent
a23d82e33a
commit
6d10be8fff
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue