Skip to content
Snippets Groups Projects
Commit ba2b5d0a authored by Paulina Czempiel's avatar Paulina Czempiel
Browse files

condenser_api_patterns get_discussions_by_feed moved to folder

parent 603a9aa3
No related branches found
No related tags found
1 merge request!80condenser_api_patterns get_discussions_by_feed moved to folder
[]
\ No newline at end of file
[]
\ No newline at end of file
---
test_name: Hivemind condenser_api.get_discussions_by_feed patterns test
marks:
- patterntest # can't find any params that would give nonempty results, tag is not a tag but account
includes:
- !include ../../common.yaml
stages:
- name: get_discussions_by_feed
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_discussions_by_feed"
params: {"tag":"steem","limit":1}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "simply"
directory: "condenser_api_patterns/get_discussions_by_feed"
\ 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