summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/analysis/db/certs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/analysis/db/certs.py b/tests/analysis/db/certs.py
index c4dfa32..ead768e 100644
--- a/tests/analysis/db/certs.py
+++ b/tests/analysis/db/certs.py
@@ -63,7 +63,7 @@ class TestRestrictedContent(ChrysalideTestCase):
cmd = 'openssl x509 -in %s/ca-cert.pem -subject -noout' % self._tmppath
- expected = b'subject= /C=UK/CN=OpenSSL Group\n'
+ expected = b'subject=C = UK, CN = OpenSSL Group\n'
self.checkOutput(cmd, expected)
@@ -99,7 +99,7 @@ class TestRestrictedContent(ChrysalideTestCase):
cmd = 'openssl x509 -in %s/server-cert.pem -subject -noout' % self._tmppath
- expected = b'subject= /C=UK/CN=OpenSSL Group\n'
+ expected = b'subject=C = UK, CN = OpenSSL Group\n'
self.checkOutput(cmd, expected)