Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 96cec28

Browse files
committed
fixup! Issue #3 update tests to d9189f5
1 parent 4cb2760 commit 96cec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_from_link_object_wrong_rel(self):
4545
"rel": "self",
4646
"href": "https://esa-apex.test/udp/basic.json",
4747
}
48-
with pytest.raises(InvalidMetadataError, match="Expected link with rel='udp'"):
48+
with pytest.raises(InvalidMetadataError, match="Expected link with rel='openeo-process'"):
4949
_ = UdpLink.from_link_object(data)
5050

5151
def test_from_link_object_no_href(self):

0 commit comments

Comments
 (0)