Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cogsys
Dare2Del
Demonstrator - Reasoning WebAPI
Commits
53521092
Commit
53521092
authored
Jun 12, 2021
by
Siebers, Michael
Browse files
refined general robustness tests
parent
fbc1ebf1
Changes
4
Show whitespace changes
Inline
Side-by-side
tests/api/robust_wrong_content_empty-tests.json
View file @
53521092
...
...
@@ -367,11 +367,5 @@
]
}
}
],
"variable"
:
[
{
"key"
:
"response-schema:error"
,
"value"
:
""
}
]
}
tests/api/robust_wrong_content_payload-tests.json
View file @
53521092
...
...
@@ -1339,11 +1339,5 @@
]
}
}
],
"variable"
:
[
{
"key"
:
"response-schema:error"
,
"value"
:
""
}
]
}
tests/api/robust_wrong_method-data.json
View file @
53521092
...
...
@@ -45,5 +45,13 @@
{
"endpoint"
:
"explain"
,
"forbidden_method"
:
"DELETE"
},
{
"endpoint"
:
"explain"
,
"forbidden_method"
:
"OPTIONS"
},
{
"endpoint"
:
"explain"
,
"forbidden_method"
:
"TRACE"
},
{
"endpoint"
:
"explain"
,
"forbidden_method"
:
"PATCH"
}
{
"endpoint"
:
"explain"
,
"forbidden_method"
:
"PATCH"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"POST"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"HEAD"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"PUT"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"DELETE"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"OPTIONS"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"TRACE"
},
{
"endpoint"
:
"state"
,
"forbidden_method"
:
"PATCH"
}
]
tests/api/robust_wrong_method-tests.json
View file @
53521092
...
...
@@ -109,11 +109,5 @@
]
}
}
],
"variable"
:
[
{
"key"
:
"response-schema:error"
,
"value"
:
""
}
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment