Last active
July 31, 2025 05:28
-
-
Save pregress/02b1071b0050ed38a7cc4b1adad734db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- id: '0VEJXg' | |
status: 'FAILURE' | |
generation: | |
time: 0.02478269298444502 | |
mode: positive | |
components: | |
path_parameters: | |
mode: 'positive' | |
body: | |
mode: 'positive' | |
phase: | |
name: 'fuzzing' | |
data: {} | |
recorded_at: '2025-07-31T05:03:48.249171+00:00' | |
checks: | |
- name: 'not_a_server_error' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'status_code_conformance' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'content_type_conformance' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'response_headers_conformance' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'response_schema_conformance' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'negative_data_rejection' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'positive_data_acceptance' | |
status: 'FAILURE' | |
message: 'API rejected schema-compliant request' | |
- name: 'missing_required_header' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'unsupported_method' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'use_after_free' | |
status: 'SUCCESS' | |
message: ~ | |
- name: 'ensure_resource_availability' | |
status: 'SUCCESS' | |
message: ~ | |
request: | |
uri: 'https://customerapi.docker/Customers/1' | |
method: 'PUT' | |
headers: | |
"User-Agent": | |
- "schemathesis/4.0.15" | |
"Accept-Encoding": | |
- "gzip, deflate" | |
"Accept": | |
- "*/*" | |
"Connection": | |
- "keep-alive" | |
"X-Schemathesis-TestCaseId": | |
- "0VEJXg" | |
"Content-Type": | |
- "application/json" | |
"Content-Length": | |
- "328" | |
body: | |
encoding: 'utf-8' | |
string: "{\"addressLine1\": \"\\u009900\", \"cityName\": \"\\u00f4^\", \"countryCode\": \"\\u00d2\\ud985\\udea9\\u0099\", \"firstName\": \"\\u023e\\u00f3\\u00f4^\\u0099\\u00d2\\ud985\\udea9\\u0099\", \"languageCode\": \"\\u0013\\u0018\\u00a8\\ud9ad\\udcb1\\u008a\\u00c6\\u00ab\", \"lastName\": \"\\u00ad\\u023a\", \"zipCode\": \"tn\\u00ec\\u0091\\u00c54[e\\ud83d\\ude0d\", \"addressLine2\": null}" | |
response: | |
status: | |
code: '400' | |
message: "Bad Request" | |
elapsed: '0.003209' | |
headers: | |
"content-type": | |
- "application/json; charset=utf-8" | |
"date": | |
- "Thu, 31 Jul 2025 05:03:47 GMT" | |
"server": | |
- "Kestrel" | |
"cache-control": | |
- "no-cache, no-store, must-revalidate" | |
"expires": | |
- "-1" | |
"pragma": | |
- "no-cache" | |
"transfer-encoding": | |
- "chunked" | |
"strict-transport-security": | |
- "max-age=31536000; includeSubDomains" | |
"x-content-type-options": | |
- "nosniff" | |
"referrer-policy": | |
- "no-referrer" | |
"x-xss-protection": | |
- "0" | |
"x-frame-options": | |
- "Deny" | |
"content-security-policy": | |
- "script-src 'self';object-src 'self';style-src 'self';img-src 'self';media-src 'self';frame-src 'self';font-src 'self';connect-src 'self';form-action 'self';frame-ancestors 'self';manifest-src 'self';block-all-mixed-content" | |
"permissions-policy": | |
- "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()" | |
body: | |
encoding: 'utf-8' | |
string: "{\"Error\":{\"CountryCode\":[\"The length of 'Country Code' must be 3 characters or fewer. You entered 4 characters.\"]}}" | |
http_version: '1.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment