Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 4533fdd

Browse files
committed
comment TODO
1 parent 2e73a0a commit 4533fdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/fixtures/run_august_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def run_august_factory(seam: Seam):
7-
factory_res = requests.post(
7+
requests.post(
88
f"{seam.api_url}/internal/scenarios/factories/load",
99
json={
1010
"factory_name": "create_august_devices",
@@ -15,4 +15,6 @@ def run_august_factory(seam: Seam):
1515
"Authorization": f"Bearer {seam.api_key}",
1616
},
1717
)
18+
19+
# TODO remove when sync is supported in /internal/scenarios/factories/load
1820
time.sleep(0.2)

0 commit comments

Comments
 (0)