Skip to content
Snippets Groups Projects
Commit e3a02884 authored by Marcin's avatar Marcin
Browse files

add condenser api get_active_votes test

parent 6f9d9f14
No related branches found
No related tags found
1 merge request!14add condenser api get_active_votes test
...@@ -191,4 +191,11 @@ ...@@ -191,4 +191,11 @@
# - variable_binds: # - variable_binds:
# - method: "get_account_votes" # - method: "get_account_votes"
# - args: '["steemit"]' # - args: '["steemit"]'
# - <<: *base_test # - <<: *base_test
\ No newline at end of file
- test:
- name: "get_active_votes"
- variable_binds:
- method: "get_active_votes"
- args: '["biophil","test"]'
- <<: *base_test
[
{
"percent": 10000,
"reputation": 0,
"rshares": 0,
"time": "2016-08-20T02:59:39",
"voter": "endgame",
"weight": 0
},
{
"percent": 10000,
"reputation": 0,
"rshares": "28030089381",
"time": "2016-07-19T20:00:30",
"voter": "biophil",
"weight": 0
},
{
"percent": 10000,
"reputation": 0,
"rshares": 52512184,
"time": "2016-07-19T20:01:15",
"voter": "seagul",
"weight": "5970197932869"
}
]
\ 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