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

[ABW]: removed duplicate test that was moved to separate folder

parent 100ded7a
No related branches found
No related tags found
1 merge request!78condenser_api_patterns get_discussions_by_created moved to folder
[
{
"active_votes": [],
"author": "philanthropest",
"author_reputation": 0,
"beneficiaries": [],
"body": "<html>\n<p>James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams. &nbsp;</p>\n<p>I'm not crazy for having masking tape over my camera...I'm not alone....</p>\n<p>https://www.youtube.com/watch?v=y02aBfNT8n4</p>\n<p>WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....</p>\n<ul>\n <li>People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf. &nbsp;</li>\n</ul>\n<h1><strong>AS IF THEY AREN'T LISTENING</strong> TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING</h1>\n</html>",
"body_length": 652,
"cashout_time": "2016-09-16T07:40:21",
"category": "freedom",
"children": 0,
"created": "2016-09-15T19:40:21",
"curator_payout_value": "0.000 HBD",
"depth": 0,
"json_metadata": "{\"tags\":[\"freedom\",\"anarchy\",\"steem\",\"life\",\"\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/y02aBfNT8n4\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=y02aBfNT8n4\"]}",
"last_payout": "1969-12-31T23:59:59",
"last_update": "2016-09-15T19:42:36",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "",
"parent_permlink": "freedom",
"pending_payout_value": "0.000 HBD",
"percent_steem_dollars": 10000,
"permlink": "cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does",
"post_id": 960979,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES",
"title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES",
"total_payout_value": "0.000 HBD",
"url": "/freedom/@philanthropest/cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does"
}
]
[
{
"active_votes": [],
"author": "philanthropest",
"author_reputation": 0,
"beneficiaries": [],
"body": "<html>\n<p>James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams. &nbsp;</p>\n<p>I'm not crazy for having masking tape over my camera...I'm not alone....</p>\n<p>https://www.youtube.com/watch?v=y02aBfNT8n4</p>\n<p>WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....</p>\n<ul>\n <li>People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf. &nbsp;</li>\n</ul>\n<h1><strong>AS IF THEY AREN'T LISTENING</strong> TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING</h1>\n</html>",
"body_length": 652,
"cashout_time": "2016-09-22T19:40:21",
"category": "freedom",
"children": 0,
"created": "2016-09-15T19:40:21",
"curator_payout_value": "0.000 HBD",
"depth": 0,
"json_metadata": "{\"tags\":[\"freedom\",\"anarchy\",\"steem\",\"life\",\"\"],\"image\":[\"https://img.youtube.com/vi/y02aBfNT8n4/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=y02aBfNT8n4\"]}",
"last_payout": "1969-12-31T23:59:59",
"last_update": "2016-09-15T19:42:36",
"max_accepted_payout": "1000000.000 HBD",
"net_rshares": 0,
"parent_author": "",
"parent_permlink": "freedom",
"pending_payout_value": "0.000 HBD",
"percent_hbd": 10000,
"permlink": "cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does",
"post_id": 1257871,
"promoted": "0.000 HBD",
"replies": [],
"root_title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES",
"title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES",
"total_payout_value": "0.000 HBD",
"url": "/freedom/@philanthropest/cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does"
}
]
...@@ -27,35 +27,6 @@ ...@@ -27,35 +27,6 @@
method: "get_discussions_by_promoted" method: "get_discussions_by_promoted"
directory: "condenser_api_patterns" directory: "condenser_api_patterns"
---
test_name: Hivemind condenser_api.get_discussions_by_created patterns test
marks:
- patterntest
includes:
- !include common.yaml
stages:
- name: get_discussions_by_created
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_discussions_by_created"
params: {"tag":"steem","limit":1}
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "get_discussions_by_created"
directory: "condenser_api_patterns"
--- ---
test_name: Hivemind condenser_api.get_discussions_by_blog patterns test test_name: Hivemind condenser_api.get_discussions_by_blog patterns 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