Skip to content
Snippets Groups Projects
Commit 7098b271 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski Committed by Marcin
Browse files

Fix for list_comments test

list_comments with by_permlink takes two arguments, 4 were provided.
parent d3d41fa9
No related branches found
No related tags found
1 merge request!10apitests for ci started with cmake and ctest
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
- 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_benchmark - <<: *base_benchmark
- benchmark: - benchmark:
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
- 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:
......
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