Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tests_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
tests_api
Commits
6998ceb5
Commit
6998ceb5
authored
4 years ago
by
Bartek Wrona
Browse files
Options
Downloads
Plain Diff
Merge branch 'dk-fix-database-api' into 'master'
Fix for list_comments test See merge request
!9
parents
0c6d33a1
05b1f764
No related branches found
No related tags found
1 merge request
!9
Fix for list_comments test
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hivemind/pyrest_tests/benchmarks/database_api_benchmark.yaml
+1
-1
1 addition, 1 deletion
hivemind/pyrest_tests/benchmarks/database_api_benchmark.yaml
hivemind/pyrest_tests/full_sync/database_api/database_api_test.yaml
+1
-1
1 addition, 1 deletion
...yrest_tests/full_sync/database_api/database_api_test.yaml
with
2 additions
and
2 deletions
hivemind/pyrest_tests/benchmarks/database_api_benchmark.yaml
+
1
−
1
View file @
6998ceb5
...
...
@@ -26,7 +26,7 @@
-
name
:
"
list_comments"
-
variable_binds
:
-
method
:
"
list_comments"
-
args
:
'
{"start":["steemit","firstpost"
,"",""
],
"limit":10,
"order":"by_permlink"}'
-
args
:
'
{"start":["steemit","firstpost"],
"limit":10,
"order":"by_permlink"}'
-
<<
:
*base_benchmark
-
benchmark
:
...
...
This diff is collapsed.
Click to expand it.
hivemind/pyrest_tests/full_sync/database_api/database_api_test.yaml
+
1
−
1
View file @
6998ceb5
...
...
@@ -24,7 +24,7 @@
-
name
:
"
list_comments"
-
variable_binds
:
-
method
:
"
list_comments"
-
args
:
'
{"start":["steemit","firstpost"
,"",""
],
"limit":10,
"order":"by_permlink"}'
-
args
:
'
{"start":["steemit","firstpost"],
"limit":10,
"order":"by_permlink"}'
-
<<
:
*base_test
-
test
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment