Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tests_api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hive
tests_api
Commits
bf35c072
Commit
bf35c072
authored
Sep 09, 2020
by
Andrzej Lisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ABW]: removed duplicate test that was moved to separate folder
parent
7a9b9297
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
46 deletions
+0
-46
hivemind/tavern/condenser_api_patterns/get_account_reputations.orig.json
.../condenser_api_patterns/get_account_reputations.orig.json
+0
-8
hivemind/tavern/condenser_api_patterns/get_account_reputations.pat.json
...n/condenser_api_patterns/get_account_reputations.pat.json
+0
-8
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
+0
-30
No files found.
hivemind/tavern/condenser_api_patterns/get_account_reputations.orig.json
deleted
100644 → 0
View file @
7a9b9297
{
"reputations"
:
[
{
"name"
:
"steemit"
,
"reputation"
:
0
}
]
}
\ No newline at end of file
hivemind/tavern/condenser_api_patterns/get_account_reputations.pat.json
deleted
100644 → 0
View file @
7a9b9297
{
"reputations"
:
[
{
"name"
:
"steemit"
,
"reputation"
:
0
}
]
}
\ No newline at end of file
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
View file @
bf35c072
...
...
@@ -27,36 +27,6 @@
method
:
"
get_blog_entries"
directory
:
"
condenser_api_patterns"
---
#should return reputation based on fat node, now is 0
test_name
:
Hivemind condenser_api.get_account_reputations patterns test
marks
:
-
patterntest
# fat node gives different answer (not only nonzero reputation but also json is generally different)
includes
:
-
!include
common.yaml
stages
:
-
name
:
get_account_reputations
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_account_reputations"
params
:
[
"
steemit"
,
1
]
response
:
status_code
:
200
verify_response_with
:
function
:
validate_response:compare_response_with_pattern
extra_kwargs
:
method
:
"
get_account_reputations"
directory
:
"
condenser_api_patterns"
---
test_name
:
Hivemind condenser_api.get_reblogged_by patterns test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment