Skip to content

Commit 9db38ba

Browse files
committed
NRL-525 fix link matching in integration tests using relative urls
1 parent 8250530 commit 9db38ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/steps/3_assert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def assert_bundle_self(context: Context, rel_url: str):
9797
)
9898

9999
actual_url_params = link_entry.get("url").split("consumer/FHIR/R4/")[-1]
100-
assert actual_url_params == "self", format_error(
100+
assert actual_url_params == rel_url, format_error(
101101
"Link url does not specify the search parameters expected",
102102
rel_url,
103103
actual_url_params,

0 commit comments

Comments
 (0)