Skip to content

Commit 3bcd09e

Browse files
author
Andrei Neagu
committed
fixed broken test
1 parent a66bc5e commit 3bcd09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/service-library/tests/fastapi/test_http_client_thin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ async def test_expect_state_decorator(
183183
respx_mock: MockRouter,
184184
request_timeout: int,
185185
) -> None:
186-
url_get_200_ok = f"{test_url}/ok"
187-
get_wrong_state = f"{test_url}/wrong-state"
186+
url_get_200_ok = f"{test_url}ok"
187+
get_wrong_state = f"{test_url}wrong-state"
188188
error_status = codes.NOT_FOUND
189189

190190
class ATestClient(BaseThinClient):

0 commit comments

Comments
 (0)