Skip to content
Snippets Groups Projects
Commit fa660ef0 authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

[ABW]: changed tests and patterns to cover reblogging that actually happened...

[ABW]: changed tests and patterns to cover reblogging that actually happened (as test) before 5mln blocks
parent f119cb52
No related branches found
No related tags found
1 merge request!50tests for reblogging
[] [
\ No newline at end of file "test-safari"
]
[] [
\ No newline at end of file "test-safari"
]
[] [
\ No newline at end of file "test-safari"
]
[] [
\ No newline at end of file "test-safari"
]
...@@ -1639,7 +1639,9 @@ ...@@ -1639,7 +1639,9 @@
test_name: Hivemind condenser_api.get_reblogged_by patterns test test_name: Hivemind condenser_api.get_reblogged_by patterns test
marks: marks:
- patterntest # result is empty because reblogging functionality started past 5mln blocks - patterntest
- failing
- xfail # reblogging does not work properly
includes: includes:
- !include common.yaml - !include common.yaml
...@@ -1655,7 +1657,7 @@ ...@@ -1655,7 +1657,7 @@
jsonrpc: "2.0" jsonrpc: "2.0"
id: 1 id: 1
method: "condenser_api.get_reblogged_by" method: "condenser_api.get_reblogged_by"
params: {"author":"steemit","permlink":"firstpost"} params: {"author":"skypilot","permlink":"melting-rock"}
response: response:
status_code: 200 status_code: 200
verify_response_with: verify_response_with:
......
...@@ -147,7 +147,9 @@ ...@@ -147,7 +147,9 @@
test_name: Hivemind follow_api.get_reblogged_by patterns test test_name: Hivemind follow_api.get_reblogged_by patterns test
marks: marks:
- patterntest # result is empty because reblogging functionality started past 5mln blocks - patterntest
- failing
- xfail # reblogging does not work properly
includes: includes:
- !include common.yaml - !include common.yaml
...@@ -163,7 +165,7 @@ ...@@ -163,7 +165,7 @@
jsonrpc: "2.0" jsonrpc: "2.0"
id: 1 id: 1
method: "follow_api.get_reblogged_by" method: "follow_api.get_reblogged_by"
params: {"author":"steemit","permlink":"firstpost"} params: {"author":"iamwne","permlink":"conceptualizing-a-scifi-land-speeder"}
response: response:
status_code: 200 status_code: 200
verify_response_with: verify_response_with:
......
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