Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Léo-Paul Géneau
slapos
Commits
cce63629
Commit
cce63629
authored
Sep 14, 2020
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix "caddy-frontend: Expose backend log files to slaves"
pyflaked
parent
4343f31d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+2
-1
No files found.
software/caddy-frontend/test/test.py
View file @
cce63629
...
@@ -684,7 +684,8 @@ class HttpFrontendTestCase(SlapOSInstanceTestCase):
...
@@ -684,7 +684,8 @@ class HttpFrontendTestCase(SlapOSInstanceTestCase):
)
)
# assert only for few tests, as backend log is not available for many of
# assert only for few tests, as backend log is not available for many of
# them, as it's created on the fly
# them, as it's created on the fly
for
test_name
in
[
'test_url'
,
'test_auth_to_backend'
,
'test_compressed_result'
]:
for
test_name
in
[
'test_url'
,
'test_auth_to_backend'
,
'test_compressed_result'
]:
if
self
.
id
().
endswith
(
test_name
):
if
self
.
id
().
endswith
(
test_name
):
self
.
assertEqual
(
self
.
assertEqual
(
httplib
.
OK
,
httplib
.
OK
,
...
...
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