Skip to content

Commit

Permalink
Format test
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Dec 16, 2024
1 parent 6cc69f0 commit 23cd076
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ebl/tests/fragmentarium/test_fragments_search_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,7 @@ def test_search_project(client, fragmentarium, project):
"museum",
[Museum.THE_BRITISH_MUSEUM, Museum.THE_IRAQ_MUSEUM, Museum.PENN_MUSEUM],
)
@pytest.mark.parametrize(
"attribute",
["name"]
)
@pytest.mark.parametrize("attribute", ["name"])
def test_search_museum(client, fragmentarium, museum, attribute):
print(f"Testing museum: {museum.name} with attribute: {attribute}")

Expand Down

0 comments on commit 23cd076

Please sign in to comment.