1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fix integration test.

This commit is contained in:
Ward Vandewege 2021-10-24 20:11:47 -04:00
parent dd7557850e
commit 1d9954d8e9

View File

@ -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)