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

Merge branch 'empty_json_metadata' into 'master'

returned to original json_metadata empty string instead of {}

See merge request !65
parents 26749f7f 9f6058b3
No related branches found
No related tags found
1 merge request!65returned to original json_metadata empty string instead of {}
...@@ -619,7 +619,7 @@ ...@@ -619,7 +619,7 @@
"created": "2016-03-30T18:30:18", "created": "2016-03-30T18:30:18",
"curator_payout_value": "0.756 HBD", "curator_payout_value": "0.756 HBD",
"depth": 0, "depth": 0,
"json_metadata": "{}", "json_metadata": "",
"last_payout": "2016-08-24T19:59:42", "last_payout": "2016-08-24T19:59:42",
"last_update": "2016-03-30T18:30:18", "last_update": "2016-03-30T18:30:18",
"max_accepted_payout": "1000000.000 HBD", "max_accepted_payout": "1000000.000 HBD",
......
...@@ -619,7 +619,7 @@ ...@@ -619,7 +619,7 @@
"created": "2016-03-30T18:30:18", "created": "2016-03-30T18:30:18",
"curator_payout_value": "0.756 HBD", "curator_payout_value": "0.756 HBD",
"depth": 0, "depth": 0,
"json_metadata": "{}", "json_metadata": "",
"last_payout": "2016-08-24T19:59:42", "last_payout": "2016-08-24T19:59:42",
"last_update": "2016-03-30T18:30:18", "last_update": "2016-03-30T18:30:18",
"max_accepted_payout": "1000000.000 HBD", "max_accepted_payout": "1000000.000 HBD",
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
"created": "2016-03-30T19:52:30", "created": "2016-03-30T19:52:30",
"curator_payout_value": "0.000 HBD", "curator_payout_value": "0.000 HBD",
"depth": 1, "depth": 1,
"json_metadata": "{}", "json_metadata": "",
"last_payout": "2016-08-24T19:59:42", "last_payout": "2016-08-24T19:59:42",
"last_update": "2016-03-30T19:52:30", "last_update": "2016-03-30T19:52:30",
"max_accepted_payout": "1000000.000 HBD", "max_accepted_payout": "1000000.000 HBD",
......
...@@ -289,8 +289,6 @@ test_name: Hivemind database_api.list_comments patterns test order "by_parent" n ...@@ -289,8 +289,6 @@ test_name: Hivemind database_api.list_comments patterns test order "by_parent" n
marks: marks:
- patterntest # first 2 params are required - patterntest # first 2 params are required
- failing
- xfail # title
includes: includes:
- !include common.yaml - !include common.yaml
......
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