Merge branch 'main' into initial-api-cli-work

This commit is contained in:
Kristoffer Dalby
2021-10-30 15:31:34 +01:00
committed by GitHub
6 changed files with 129 additions and 111 deletions

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", "--identifier", fmt.Sprint(machine.ID), "--namespace", "main"},
[]string{},
)
assert.Nil(s.T(), err)