We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19262b5 commit 9a165c2Copy full SHA for 9a165c2
tests/test_layout.py
@@ -303,7 +303,7 @@ def test_produces_fallback_layout_for_catalog(self) -> None:
303
)
304
cat = pystac.Catalog(id="test", description="test desc")
305
href = strategy.get_href(cat, parent_dir="http://example.com")
306
- expected = fallback.get_href(cat, parent_dir="htt4p://example.com")
+ expected = fallback.get_href(cat, parent_dir="http://example.com")
307
self.assertEqual(href, expected)
308
309
def test_produces_layout_for_collection(self) -> None:
0 commit comments