mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-26 06:05:52 -05:00
Fix integration test.
This commit is contained in:
parent
dd7557850e
commit
1d9954d8e9
@ -493,7 +493,7 @@ func (s *IntegrationTestSuite) TestSharedNodes() {
|
|||||||
|
|
||||||
result, err := executeCommand(
|
result, err := executeCommand(
|
||||||
&headscale,
|
&headscale,
|
||||||
[]string{"headscale", "nodes", "share", "--namespace", "shared", fmt.Sprint(machine.ID), "main"},
|
[]string{"headscale", "nodes", "share", fmt.Sprint(machine.ID), "main"},
|
||||||
[]string{},
|
[]string{},
|
||||||
)
|
)
|
||||||
assert.Nil(s.T(), err)
|
assert.Nil(s.T(), err)
|
||||||
|
Loading…
Reference in New Issue
Block a user