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 200e96a commit 3c1e427Copy full SHA for 3c1e427
sandbox/api/tests/test_patch_consent.py
@@ -26,7 +26,7 @@
26
("3a2679eb", PATCH_CONSENT__INVALID_PATCH_FORMAT, 400),
27
("94df7c8f", PATCH_CONSENT__INVALID_PATH, 400),
28
("2a7b736d", PATCH_CONSENT__INVALID_STATUS_CODE, 422),
29
- ("2a7b736d", PATCH_CONSENT__INVALID_STATUS_REASON, 422),
+ ("4b6792be", PATCH_CONSENT__INVALID_STATUS_REASON, 422),
30
("6fb4361b", PATCH_CONSENT__INVALID_STATE_TRANSITION, 422),
31
("xxxxxxxx", PATCH_CONSENT__RESOURCE_NOT_FOUND, 404),
32
("12345678", PATCH_CONSENT__RESOURCE_NOT_FOUND, 404),
0 commit comments