Fixed expected output status code, as 410 should be the status code
for the object (CAST) not exists in the database server.pull/29/head
parent
1a34f61b24
commit
8a550b569f
|
|
@ -621,7 +621,7 @@
|
|||
"mocking_required": false,
|
||||
"mock_data": {},
|
||||
"expected_data": {
|
||||
"status_code": 500,
|
||||
"status_code": 410,
|
||||
"error_msg": " ",
|
||||
"test_result_data": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue