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 6a77a6e commit 24f5318
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions adapters/admatic/admatictest/supplemental/server-error.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@
}
},
"mockResponse": {
"status": 500,
"body": "Server error"
"status": 400
}
}
],
"expectedBidResponses": [],
"expectedMakeBidsErrors": [
{
"value": "Unexpected status code: 500.",
"value": "Unexpected status code: 400. Bad request from publisher.",
"comparison": "literal"
}
]
Expand Down

0 comments on commit 24f5318

Please sign in to comment.