Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Vermeulen committed Feb 19, 2024
1 parent 0da50b9 commit 0e5ee36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions home/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,7 @@ def test_orderedcontent_endpoint_without_drafts(self, uclient):

# the content set is not live but content is returned
assert not self.ordered_content_set.live
assert (
content["count"] == 2
)
assert content["count"] == 2
assert content["results"][0]["name"] == self.ordered_content_set_timed.name
assert content["results"][0]["profile_fields"][0] == {
"profile_field": "gender",
Expand Down

0 comments on commit 0e5ee36

Please sign in to comment.