Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
elasticsearch
Commits
fa1e0146734f
Commit
9408be01
authored
Oct 14, 2019
by
Nsukami Patrick
Browse files
Flake8: fix [E128] continuation line under-indented for visual indent
parent
ea7b9b6c2b09
Pipeline
#2873
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
test/test_elastic_search.py
View file @
fa1e0146
...
...
@@ -79,7 +79,7 @@ class ExportElasticSearchTC(testlib.AutoPopulateTest):
sys
.
stdout
=
sys
.
__stdout__
with
self
.
admin_access
.
repo_cnx
()
as
cnx
:
self
.
assertTrue
(
cnx
.
execute
(
'Any X WHERE X is %(etype)s'
%
{
'etype'
:
self
.
tested_etype
}))
{
'etype'
:
self
.
tested_etype
}))
# TODO - put this somewhere where it tests on the first get_connection
# create.assert_called_with(ignore=400,
# index='unittest_index_name',
...
...
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