Fixed expected output status code, as 410 should be the status code

for the object (CAST) not exists in the database server.
This commit is contained in:
Ashesh Vashi 2020-04-08 16:51:41 +05:30
parent 1a34f61b24
commit 8a550b569f

View File

@ -621,7 +621,7 @@
"mocking_required": false,
"mock_data": {},
"expected_data": {
"status_code": 500,
"status_code": 410,
"error_msg": " ",
"test_result_data": {}
}