Skip to content

Commit

Permalink
style(lint): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 27, 2024
1 parent df0cfa7 commit e26927d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/endpoints/test_organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ async def test_create_organization(
if isinstance(status_detail, str):
assert response.json()["detail"] == status_detail
if response.status_code // 100 == 2:
assert {
k: v for k, v in response.json().items() if k not in {"id", "telegram_id"}
} == payload
assert {k: v for k, v in response.json().items() if k not in {"id", "telegram_id"}} == payload


@pytest.mark.parametrize(
Expand Down

0 comments on commit e26927d

Please sign in to comment.