Skip to content

Commit 2569838

Browse files
committed
style(platform): format broker async test
1 parent d798d50 commit 2569838

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/test_kubernetes_broker.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,7 @@ async def get(self, slug: str) -> SimpleNamespace:
395395
assert run.status_code == 200
396396
assert run.json()["returncode"] == 1
397397
assert run.json()["stderr"] == "stderr"
398-
cleanup = http.post(
399-
"/v1/docker/cleanup", headers=headers, json={"job_id": "job-1"}
400-
)
398+
cleanup = http.post("/v1/docker/cleanup", headers=headers, json={"job_id": "job-1"})
401399
assert cleanup.status_code == 200
402400
listed = http.post("/v1/docker/list", headers=headers, json={"job_id": "job-1"})
403401
assert listed.status_code == 200

0 commit comments

Comments
 (0)