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

Merge branch 'follow_api_patterns' into 'master'

patterns for follow_api for 5mln blocks

See merge request !12
parents 7821a817 6f172fb5
No related branches found
No related tags found
1 merge request!12patterns for follow_api for 5mln blocks
......@@ -31,7 +31,7 @@
- name: "get_following"
- variable_binds:
- method: "get_following"
- args: '{"account":"steemit","start":null,"type":"blog","limit":10}'
- args: '{"account":"proskynneo","start":null,"type":"blog","limit":10}'
- <<: *base_test
- test:
......@@ -48,22 +48,21 @@
- args: '{"account_lower_bound": "steem", "limit":1}'
- <<: *base_test
# it fails
# - test:
# - name: "get_blog"
# - variable_binds:
# - method: "get_blog"
# - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
# - <<: *base_test
- test:
- name: "get_blog"
- variable_binds:
- method: "get_blog"
- args: '{"account":"steemit","start_entry_id":0,"limit":1}'
- <<: *base_test
# it fails
# - test:
# - name: "get_blog_entries"
# - variable_binds:
# - method: "get_blog_entries"
# - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
# - <<: *base_test
- test:
- name: "get_blog_entries"
- variable_binds:
- method: "get_blog_entries"
- args: '{"account":"steemit","start_entry_id":0,"limit":1}'
- <<: *base_test
# reblogs started past 5mln blocks
- test:
- name: "get_reblogged_by"
- variable_binds:
......
[]
\ No newline at end of file
[
{
"follower": "proskynneo",
"following": "webosfritos",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "peerplays",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "charlieshrem",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "tlc",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "jamesc",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "theoretical",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "steemitblog",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "ned",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "dan",
"what": [
"blog"
]
},
{
"follower": "proskynneo",
"following": "katecloud",
"what": [
"blog"
]
}
]
\ 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