Skip to content

Commit

Permalink
Update server-error.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bakicam committed Apr 15, 2024
1 parent 24f5318 commit 2b85726
Showing 1 changed file with 39 additions and 45 deletions.
84 changes: 39 additions & 45 deletions adapters/admatic/admatictest/supplemental/server-error.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,46 @@
{
"mockBidRequest": {
"id": "test-request-id",
"imp": [
{
"id": "test-imp-id",
"banner": {
"format": [{"w": 728, "h": 90}]
},
"ext": {
"bidder": {
"host": "admatic.rtb.admatic.com.tr"
}
"mockBidRequest": {
"id": "test-request-id",
"imp": [
{
"id": "test-imp-id",
"banner": {
"format": [{"w": 728, "h": 90}]
},
"ext": {
"bidder": {
"host": "admatic.rtb.admatic.com.tr"
}
}
]
},
"httpCalls": [
{
"expectedRequest": {
"uri": "http://pbs.admatic.com.tr?host=admatic.rtb.admatic.com.tr",
"body": {
"id": "test-request-id",
"imp": [
{
"id": "test-imp-id",
"banner": {
"format": [{"w": 728, "h": 90}]
},
"ext": {
"bidder": {
"host": "admatic.rtb.admatic.com.tr"
}
}
]
},

"httpCalls": [
{
"expectedRequest": {
"uri": "http://pbs.admatic.com.tr?host=admatic.rtb.admatic.com.tr",
"body": {
"id": "test-request-id",
"imp": [
{
"id": "test-imp-id",
"banner": {
"format": [{"w": 728, "h": 90}]
},
"ext": {
"bidder": {
"host": "admatic.rtb.admatic.com.tr"
}
}
]
}
},
"mockResponse": {
"status": 400
}
]
}
},
"mockResponse": {
"status": 204
}
],
"expectedBidResponses": [],
"expectedMakeBidsErrors": [
{
"value": "Unexpected status code: 400. Bad request from publisher.",
"comparison": "literal"
}
]
}

}
],
"expectedBidResponses": []
}

0 comments on commit 2b85726

Please sign in to comment.