We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta: name: Testing headers enabled: true version: "1.0" configuration: scheme: http host: 127.0.0.1 port: 3027 common_headers: - name: customsuiteheader value: custom-suite-header-value - name: content-type value: application/json specs: - name: uses suite-level content-type header request: path: /echoJSONBodyResponse method: post payload: body: type: json content: name: Kiran response: status_code: 200
Request method is post,request body is provided but Content-Type header is not provided
Suite-level common_headers should be checked when this assertion runs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example Test Case
Actual Behavior
Expected Behavior
Suite-level common_headers should be checked when this assertion runs.
The text was updated successfully, but these errors were encountered: