Files
github-octodns/tests/test_octodns_processor_awsacm.py
T
2022-09-15 14:10:21 -07:00

14 lines
272 B
Python

#
#
#
from unittest import TestCase
class TestAwsAcmMangingProcessor(TestCase):
def test_missing(self):
with self.assertRaises(ModuleNotFoundError):
from octodns.processor.awsacm import AwsAcmMangingProcessor
AwsAcmMangingProcessor