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
ai
sso
Commits
e6504761
Commit
e6504761
authored
Sep 17, 2014
by
ale
Browse files
cleanup temporary key file
parent
82cfb694
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mod_sso/test/httpd_integration_test.py
View file @
e6504761
...
...
@@ -43,6 +43,10 @@ def _stop_httpd(httpd):
os
.
remove
(
"test-httpd.pid"
)
except
OSError
:
pass
try
:
os
.
remove
(
"public.key"
)
except
OSError
:
pass
def
_query
(
url
,
host
=
None
,
cookie
=
None
):
...
...
Write
Preview
Supports
Markdown
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