Skip to content

Commit

Permalink
Fix test naming for certbot-dns-sakuracloud (#6231)
Browse files Browse the repository at this point in the history
  • Loading branch information
elyscape authored and bmw committed Jul 19, 2018
1 parent cdc3334 commit daee6e8
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -38,7 +38,8 @@ def setUp(self):
self.auth._get_sakuracloud_client = mock.MagicMock(return_value=self.mock_client)


class NS1LexiconClientTest(unittest.TestCase, dns_test_common_lexicon.BaseLexiconClientTest):
class SakuraCloudLexiconClientTest(unittest.TestCase,
dns_test_common_lexicon.BaseLexiconClientTest):
DOMAIN_NOT_FOUND = HTTPError('404 Client Error: Not Found for url: {0}.'.format(DOMAIN))
LOGIN_ERROR = HTTPError('401 Client Error: Unauthorized for url: {0}.'.format(DOMAIN))

Expand Down

0 comments on commit daee6e8

Please sign in to comment.