testdef: allow setting status code of webservice response (#87542) #1222

Merged
vdeniaud merged 1 commits from wip/87542-testdef-permettre-de-configurer into main 2024-03-04 16:06:36 +01:00
Owner
No description provided.
vdeniaud force-pushed wip/87542-testdef-permettre-de-configurer from b1e2acbde3 to af6c45ea96 2024-03-04 15:00:30 +01:00 Compare
vdeniaud changed title from WIP: testdef: allow setting status code of webservice response (#87542) to testdef: allow setting status code of webservice response (#87542) 2024-03-04 15:00:44 +01:00
fpeters requested changes 2024-03-04 15:14:03 +01:00
Dismissed
@ -757,0 +759,4 @@
'status_code',
title=_('Response status code'),
required=True,
options=[200, 400, 500],
Owner

J'étendrais un peu la liste, 204, 401, 403, 404, 502, 503.

J'étendrais un peu la liste, 204, 401, 403, 404, 502, 503.
Author
Owner

C'est fait

C'est fait
vdeniaud force-pushed wip/87542-testdef-permettre-de-configurer from af6c45ea96 to 9a270550aa 2024-03-04 15:27:30 +01:00 Compare
vdeniaud requested review from fpeters 2024-03-04 15:29:04 +01:00
fpeters approved these changes 2024-03-04 15:57:58 +01:00
vdeniaud merged commit f418c515f5 into main 2024-03-04 16:06:36 +01:00
vdeniaud deleted branch wip/87542-testdef-permettre-de-configurer 2024-03-04 16:06:36 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#1222
No description provided.