creating constants
This commit is contained in:
parent
6df8e39bb1
commit
9d97d568ec
6 changed files with 34 additions and 24 deletions
|
|
@ -64,7 +64,7 @@ def test_processor_docker():
|
|||
|
||||
os.environ['EASYHAPROXY_CERTBOT_EMAIL'] = 'docker@example.org'
|
||||
|
||||
static = ProcessorInterface.factory("docker")
|
||||
static = ProcessorInterface.factory(ProcessorInterface.DOCKER)
|
||||
assert static.get_certbot_hosts() is None
|
||||
|
||||
assert {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue