Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
autoca
Commits
034bd64a
Commit
034bd64a
authored
Jan 30, 2013
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some missing variables to autovpn test app configuration
parent
a5afe458
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
autovpn/test/test_vpn_app.py
autovpn/test/test_vpn_app.py
+2
-0
No files found.
autovpn/test/test_vpn_app.py
View file @
034bd64a
...
...
@@ -12,6 +12,8 @@ class VpnAppTest(unittest.TestCase):
self
.
config
=
{
'DEBUG'
:
'true'
,
'SECRET_KEY'
:
'somesecret'
,
'SIGNER_SECRET'
:
'abracadabra'
,
'CACHE_DIR'
:
self
.
tmpdir
,
'VPN_CA_ROOT'
:
self
.
tmpdir
,
'VPN_CA_SUBJECT'
:
{
'CN'
:
'test CA'
,
'O'
:
'test'
},
'VPN_CA_BITS'
:
1024
,
...
...
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