Skip to content

Commit

Permalink
Fix add host
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperYoko committed Jan 26, 2022
1 parent 270c95d commit 350a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/nebula_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def start_standalone(self):
for storaged in self.graphd_processes
]
)
cmd = "ADD HOSTS {} INTO NEW ZONE \"default_zone\"".format(hosts)
cmd = "ADD HOSTS {}".format(hosts)
print("add hosts cmd is {}".format(cmd))
resp = client.execute(cmd)
assert resp.is_succeeded(), resp.error_msg()
Expand Down

0 comments on commit 350a10d

Please sign in to comment.