Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
52cc6e6c
Commit
52cc6e6c
authored
Jun 07, 2011
by
Jelte Jansen
Browse files
[master] fix unit test for changed error message
parent
bf384859
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/cfgmgr/plugins/tests/tsig_keys_test.py
View file @
52cc6e6c
...
...
@@ -86,7 +86,7 @@ class TSigKeysTest(unittest.TestCase):
self
.
assertEqual
(
"TSIG: Invalid TSIG key string: invalid.key"
,
tsig_keys
.
check
({
'keys'
:
[
'invalid.key'
]}))
self
.
assertEqual
(
"TSIG:
attempt to decode a value not in base64 char set
"
,
"TSIG:
Unexpected end of input in BASE decoder
"
,
tsig_keys
.
check
({
'keys'
:
[
'invalid.key:123'
]}))
def
test_bad_format
(
self
):
...
...
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