Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Nov 25, 2024
1 parent 396ee86 commit 5de3bff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,11 @@ def test_file(self) -> None:
rv = c.get(url_for('orphans'))
assert b'File keeper' in rv.data

rv = c.get(url_for(
'admin_annotation_relink',
image_id=iiif_id,
entity_id=place.id),
rv = c.get(
url_for(
'admin_annotation_relink',
image_id=iiif_id,
entity_id=place.id),
follow_redirects=True)
assert b'Entities relinked' in rv.data

Expand Down

0 comments on commit 5de3bff

Please sign in to comment.