Skip to content

Commit

Permalink
Update CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Dec 19, 2024
1 parent d4e8496 commit 9a9a6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_orchestration.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_cadorchestrator_command_line():
shutil.rmtree(build_dir)

# Run the cadorchestrator with the test configuration file
result = subprocess.run(["cadorchestrator", "generate", "[\"NUC10i5FNH\", \"Raspberry_Pi_4B\", \"Raspberry_Pi_4B\"]"])
result = subprocess.run(["cadorchestrator", "generate", "{\"device-ids\": [\"NUC10i5FNH\", \"Raspberry_Pi_4B\", \"Raspberry_Pi_4B\"]}"])

# Make sure that the command ran successfully
assert result.returncode == 0
Expand Down

0 comments on commit 9a9a6ee

Please sign in to comment.