mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-29 13:42:02 +02:00
Switch to named arguments for all nodes subcommands. Update docs
accordingly. Fix integration test failure.
This commit is contained in:
@@ -493,7 +493,7 @@ func (s *IntegrationTestSuite) TestSharedNodes() {
|
||||
|
||||
result, err := executeCommand(
|
||||
&headscale,
|
||||
[]string{"headscale", "nodes", "share", fmt.Sprint(machine.ID), "--namespace", "main"},
|
||||
[]string{"headscale", "nodes", "share", "--identifier", fmt.Sprint(machine.ID), "--namespace", "main"},
|
||||
[]string{},
|
||||
)
|
||||
assert.Nil(s.T(), err)
|
||||
|
||||
Reference in New Issue
Block a user