diff --git a/netbox/circuits/tests/test_models.py b/netbox/circuits/tests/test_models.py index 20ec7e3e1..bffeba301 100644 --- a/netbox/circuits/tests/test_models.py +++ b/netbox/circuits/tests/test_models.py @@ -3,7 +3,7 @@ from django.core.exceptions import NON_FIELD_ERRORS, ValidationError from django.test import TestCase from model_bakery import baker -from circuits.models import CircuitTermination +from circuits.models import CircuitTermination, ProviderNetwork class CircuitTerminationTestCase(TestCase):