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

[ABW]: some tests marked as passing after merge

one test pattern was incorrect - accepted change that needs to be investigated (test is failing)
parent 3de076ec
Branches bridge_get_account_posts
No related tags found
1 merge request!137more bridge api tests
......@@ -2,10 +2,8 @@
test_name: Hivemind bridge.get_account_posts invalid observer
marks:
- patterntest
- patterntest # original validated observer but then ignored (it is also ignored now even though it makes no sense)
- negative
- failing
- xfail # observer not validated and not used (original validated it but then ignored)
includes:
- !include ../../../common.yaml
......
{
"code": -32602,
"data": "Post gtg/not_existing_permlink does not exist",
"data": "invalid account char",
"message": "Invalid parameters"
}
......@@ -2,10 +2,8 @@
test_name: Hivemind bridge_api.get_post invalid observer patterns test
marks:
- patterntest # neither old nor new code properly validates observer
- patterntest # old code did not validate observer
- negative
- failing
- xfail # should fail on validation of observer
includes:
- !include ../../common.yaml
......
......@@ -26751,12 +26751,6 @@
"rshares": 49578772788,
"voter": "ak2020"
},
{
"percent": "10000",
"reputation": 12584108052916,
"rshares": 76584409982,
"voter": "noganoo"
},
{
"percent": "10000",
"reputation": 71931696380,
......@@ -3,6 +3,8 @@
marks:
- patterntest
- failing
- xfail # extra vote most likely caused by muting not working like before
includes:
- !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