Update module name

This commit is contained in:
Adrien Ferrand
2019-07-29 20:33:47 +02:00
parent b953a06282
commit bd9247a336
2 changed files with 6 additions and 1 deletions
@@ -13,7 +13,7 @@ from os.path import join
import requests
from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, ocsp_server
from certbot_integration_tests.utils import misc, proxy, pebble_artifacts, pebble_ocsp_server
from certbot_integration_tests.utils.constants import *
@@ -1,3 +1,8 @@
#!/usr/bin/env python
"""
This runnable module interfaces itself with the Pebble management interface in order
to serve a mock OCSP responder during integration tests against Pebble.
"""
import datetime
import re