Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Oct 5, 2023
1 parent 8298ae2 commit e57395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_ident(self):
resp = self.test_app.get("/iiif/3/img-8664_202009/manifest.json")
self.assertEqual(resp.status_code, 200)
manifest = resp.json
self.assertEqual(manifest['id'], 'http://localhost/iiif/3/img-8664_202009/manifest.json', 'Unexpected identifier')
self.assertEqual(manifest['id'], 'https://localhost/iiif/img-8664_202009/manifest.json', 'Unexpected identifier')

def test_v3_image_manifest(self):
resp = self.test_app.get("/iiif/3/rashodgson68/manifest.json")
Expand Down

0 comments on commit e57395d

Please sign in to comment.