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
c527a889
Commit
c527a889
authored
Sep 14, 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
689f8da4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
39 deletions
+0
-39
hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json
...enser_api_patterns/get_account_votes_deprecated.orig.json
+0
-5
hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.pat.json
...denser_api_patterns/get_account_votes_deprecated.pat.json
+0
-5
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
+0
-29
No files found.
hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json
deleted
100644 → 0
View file @
689f8da4
{
"code"
:
-32000
,
"data"
:
"ApiError: get_account_votes is no longer supported, for details see https://steemit.com/steemit/@steemitdev/additional-public-api-change"
,
"message"
:
"Server error"
}
hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.pat.json
deleted
100644 → 0
View file @
689f8da4
{
"code"
:
-32000
,
"data"
:
"ApiError: get_account_votes is no longer supported, for details see https://steemit.com/steemit/@steemitdev/additional-public-api-change"
,
"message"
:
"Server error"
}
hivemind/tavern/test_condenser_api_patterns.tavern.yaml
View file @
c527a889
...
...
@@ -27,32 +27,3 @@
method
:
"
get_blog_entries"
directory
:
"
condenser_api_patterns"
---
test_name
:
Hivemind deprecated condenser_api.get_account_votes
marks
:
-
patterntest
# we should probably change response to link to hive instead of steemit
includes
:
-
!include
common.yaml
stages
:
-
name
:
get_account_votes deprecated
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_votes"
params
:
[
"
steemit"
]
response
:
status_code
:
200
verify_response_with
:
function
:
validate_response:compare_response_with_pattern
extra_kwargs
:
method
:
"
get_account_votes_deprecated"
directory
:
"
condenser_api_patterns"
error_response
:
true
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