Skip to content

Commit

Permalink
fixup! Issue #3 update tests to d9189f5
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Dec 11, 2024
1 parent 4cb2760 commit 96cec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_from_link_object_wrong_rel(self):
"rel": "self",
"href": "https://esa-apex.test/udp/basic.json",
}
with pytest.raises(InvalidMetadataError, match="Expected link with rel='udp'"):
with pytest.raises(InvalidMetadataError, match="Expected link with rel='openeo-process'"):
_ = UdpLink.from_link_object(data)

def test_from_link_object_no_href(self):
Expand Down

0 comments on commit 96cec28

Please sign in to comment.