diff --git a/gui/components/formautotestfield.svelte b/gui/components/formautotestfield.svelte index 2263166..181aceb 100644 --- a/gui/components/formautotestfield.svelte +++ b/gui/components/formautotestfield.svelte @@ -15,7 +15,13 @@ const dispatch = createEventDispatcher(); const defaultEndpoint = { uri: '', headers: [], - requirements: [], + requirements: [ + { type: 'httpstatus', + truth: 'true', + operator: 'equal', + string: '200' + }, + ], }; const defaultReq = { type: 'httpstatus',