Skip to content
Snippets Groups Projects
Commit 43a5732e authored by Pawel Maniora's avatar Pawel Maniora
Browse files

remove negative pattern that is no longer valid

parent 0856ef01
No related branches found
No related tags found
No related merge requests found
{
"code": -32000,
"data": "UndefinedFunction: operator does not exist: character varying = integer\nLINE 2: WHERE name = 100)\n ^\nHINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.\n",
"message": "Server error"
}
---
test_name: bridge_api.list_communities wrong parameter # 8080
marks:
- patterntest
- negative
includes:
- !include ../../common.yaml
stages:
- name: bridge_api.list_pop_communities wrong parameter
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "bridge.list_communities"
params: [100]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "wrong_parameter"
directory: "bridge_api_negative/list_communities"
error_response: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment