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

Merge branch 'dk-fix-database-api' into 'master'

Fix for list_comments test

See merge request !9
parents 0c6d33a1 05b1f764
No related branches found
No related tags found
1 merge request!9Fix for list_comments test
......@@ -26,7 +26,7 @@
- name: "list_comments"
- variable_binds:
- method: "list_comments"
- args: '{"start":["steemit","firstpost","",""], "limit":10, "order":"by_permlink"}'
- args: '{"start":["steemit","firstpost"], "limit":10, "order":"by_permlink"}'
- <<: *base_benchmark
- benchmark:
......
......@@ -24,7 +24,7 @@
- name: "list_comments"
- variable_binds:
- method: "list_comments"
- args: '{"start":["steemit","firstpost","",""], "limit":10, "order":"by_permlink"}'
- args: '{"start":["steemit","firstpost"], "limit":10, "order":"by_permlink"}'
- <<: *base_test
- test:
......
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