Skip to content
Snippets Groups Projects
Commit 67993d3e authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

[ABW]: unneeded file removed

parent 04009d68
No related branches found
No related tags found
1 merge request!35Database API pattern fixes, some cleanup in all tests
test_name: Hivemind database_api.list_comments patterns test order "by_cashout_time" all data
marks:
- patterntest
- failing
- xfail # incomparable (problem with ordering most likely)
includes:
- !include common.yaml
stages:
- name: list_comments_by_cashout_time
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "database_api.list_comments"
params:
{
"start":
[
"1969-12-31T23:59:59",
"proskynneo",
"steemit-firstpost-1",
],
"limit": 10,
"order": "by_cashout_time",
}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "list_comments_by_cashout_time_all_data"
directory: "database_api_patterns"
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