Skip to content

Commit

Permalink
Fix integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cure committed Oct 25, 2021
1 parent dd75578 commit 1d9954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ func (s *IntegrationTestSuite) TestSharedNodes() {

result, err := executeCommand(
&headscale,
[]string{"headscale", "nodes", "share", "--namespace", "shared", fmt.Sprint(machine.ID), "main"},
[]string{"headscale", "nodes", "share", fmt.Sprint(machine.ID), "main"},
[]string{},
)
assert.Nil(s.T(), err)
Expand Down

0 comments on commit 1d9954d

Please sign in to comment.