mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
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
Block a user