Skip to content
Snippets Groups Projects
Commit f831ca8a authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'mt-get_state-additional-pattern' into 'master'

The call `get_state` - additional pattern

See merge request !145
parents ae53a82f e1439046
No related branches found
No related tags found
1 merge request!145The call `get_state` - additional pattern
This diff is collapsed.
This diff is collapsed.
---
test_name: Hivemind condenser_api.get_state patterns test without account# Deprecated
marks:
- patterntest
includes:
- !include ../../common.yaml
stages:
- name: get_state
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_state"
params: ["/"]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "empty"
directory: "condenser_api_patterns/get_state"
\ No newline at end of file
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