Skip to content

Commit

Permalink
Typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 26, 2017
1 parent 0557b39 commit e036fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsauthsystem.py
Expand Up @@ -642,7 +642,7 @@ def testChain(path):
# and a wrong domain is set
self.assertTrue(len(QgsAuthCertUtils.validateCertChain(QgsAuthCertUtils.certsFromFile(path), 'my.wrong.domain', True)) > 0)

# Test that a chain with an untrusted CA is not valid when the addRootCa argumentis true
# Test that a chain with an untrusted CA is valid when the addRootCa argumentis true
# and a right domain is set
self.assertTrue(len(QgsAuthCertUtils.validateCertChain(QgsAuthCertUtils.certsFromFile(path), 'localhost', True)) == 0)

Expand Down

0 comments on commit e036fc8

Please sign in to comment.