Skip to content

Commit

Permalink
remove redundant httpx mark
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
dontseyit and Cito authored Nov 12, 2024
1 parent fbc167e commit b5d12aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def test_get_work_package_unauthorized(client: AsyncTestClient):


@pytest.mark.httpx_mock(
assert_all_responses_were_requested=False, can_send_already_matched_responses=True
can_send_already_matched_responses=True
)
async def test_create_work_order_token(
client: AsyncTestClient,
Expand Down

0 comments on commit b5d12aa

Please sign in to comment.