Skip to content

Commit

Permalink
More tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Feb 27, 2025
1 parent 7898a89 commit 0e6d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etna/records/tests/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_page_with_record_links(self):
response,
'href="/catalogue/id/' + TEST_RECORD_DATA["iaid"] + '/"',
)
self.assertEqual(len(responses.calls), 3)
self.assertEqual(len(responses.calls), 2)
self.assertEqual(
responses.calls[1].request.url,
f"{settings.CLIENT_BASE_URL}/fetchAll?metadataIds=C123456",
Expand Down

0 comments on commit 0e6d47a

Please sign in to comment.