Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jun 14, 2024
1 parent 25cae9d commit 4408f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ParticipantNbExceded,
)


class GTEventsQuery:
def filter_properties(self, query, filters):
if filters.get("search_name", None):
Expand Down
1 change: 1 addition & 0 deletions backend/test/test_api_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"num_departement": "48",
}


@pytest.mark.usefixtures("client_class")
class TestAPI:
def test_post_reservation(self, events):
Expand Down

0 comments on commit 4408f38

Please sign in to comment.