Skip to content

Commit c4923e4

Browse files
committed
Codestyle
1 parent fa69d1b commit c4923e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/taxii2/test_taxii2_status.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,10 @@ def test_status_unauthenticated(
314314
side_effect=GET_JOB_AND_DETAILS_MOCK,
315315
):
316316
func = getattr(client, method)
317-
response = func(f"/taxii2/{api_root_id}/status/{job_id}/",
317+
response = func(
318+
f"/taxii2/{api_root_id}/status/{job_id}/",
318319
headers={"Accept": "application/taxii+json;version=2.1"},
319-
)
320+
)
320321
assert response.status_code == expected_status_code
321322

322323

0 commit comments

Comments
 (0)