Skip to content

Commit 0b9e5c9

Browse files
committed
NPA-5090 Fix Sandbox unit test
1 parent 013d7c2 commit 0b9e5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/api/tests/test_get_consent_by_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(
2727
" ", # Missing consent ID
2828
"",
29-
"./api/examples/GET_Consent/ID/errors/missing-id.yaml",
29+
"./api/examples/GET_Consent/ID/errors/invalid-id.yaml",
3030
400,
3131
),
3232
(

0 commit comments

Comments
 (0)