Skip to content
Snippets Groups Projects
Commit e65a7e43 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Patterns and fixes for database_api

parent af10ec03
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!20Dk issue 3 pyresttests
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
- name: "list_comments" - name: "list_comments"
- variable_binds: - variable_binds:
- method: "list_comments" - method: "list_comments"
- args: {"start":["steemit","firstpost","",""], "limit":10, "order":"by_permlink"} - args: '{"start":["steemit","firstpost","",""], "limit":10, "order":"by_permlink"}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "find_comments" - name: "find_comments"
- variable_binds: - variable_binds:
- method: "find_comments" - method: "find_comments"
- args: {"start":[["steemit","firstpost"],["steemit","firstpost"]], "limit":10, "order":"by_account"} - args: '{"start":[["steemit","firstpost"]], "limit":10, "order":"by_author"}'
- <<: *base_test - <<: *base_test
{
"comments": []
}
\ No newline at end of file
This diff is collapsed.
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