Skip to content

Commit

Permalink
Update test for run_existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Mar 12, 2024
1 parent c61e3a5 commit ac32fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/tests/api/test_v1_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def test_run_existing(self):
data={
"title": "Program",
"entrypoint": "program.py",
"arguments": {},
"dependencies": [],
"arguments": "{}",
"dependencies": "[]",
"config": '{"workers": null, "min_workers": 1, "max_workers": 5, "auto_scaling": true}',
},
format="json",
Expand Down

0 comments on commit ac32fae

Please sign in to comment.