Skip to content

Commit 8e2fbf4

Browse files
committed
format tests
1 parent 22b833d commit 8e2fbf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_yearly_reading_goals.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ def test_compare_fastapi_and_webpy_responses(session):
348348
r_fastapi = session_fastapi.get(
349349
f"{BASE_URL_FASTAPI}/reading-goal.json?year={test_year_fastapi}"
350350
)
351-
r_webpy = session_webpy.get(f"{BASE_URL_WEBPY}/reading-goal.json?year={test_year_webpy}")
351+
r_webpy = session_webpy.get(
352+
f"{BASE_URL_WEBPY}/reading-goal.json?year={test_year_webpy}"
353+
)
352354

353355
assert r_fastapi.status_code == r_webpy.status_code == 200
354356
data_fastapi = r_fastapi.json()

0 commit comments

Comments
 (0)