Update header model snapshots for omitted defaults

This commit is contained in:
giria660 2026-03-31 21:46:50 -04:00
parent 57d36dbef2
commit d5fc96dcfd
No known key found for this signature in database
GPG Key ID: 3D8290B3CD372BA4
3 changed files with 1 additions and 4 deletions

View File

@ -65,7 +65,6 @@ def test_header_param_model_invalid(client: TestClient):
"loc": ["header", "save_data"],
"msg": "Field required",
"input": {
"x_tag": [],
"host": "testserver",
"accept": "*/*",
"accept-encoding": "gzip, deflate",

View File

@ -65,7 +65,7 @@ def test_header_param_model_invalid(client: TestClient):
"type": "missing",
"loc": ["header", "save_data"],
"msg": "Field required",
"input": {"x_tag": [], "host": "testserver"},
"input": {"host": "testserver"},
}
]
}

View File

@ -64,7 +64,6 @@ def test_header_param_model_no_underscore(client: TestClient):
"input": {
"host": "testserver",
"traceparent": "123",
"x_tag": [],
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"connection": "keep-alive",
@ -102,7 +101,6 @@ def test_header_param_model_invalid(client: TestClient):
"loc": ["header", "save_data"],
"msg": "Field required",
"input": {
"x_tag": [],
"host": "testserver",
"accept": "*/*",
"accept-encoding": "gzip, deflate",