diff --git a/src/api/tests/test_rdap.py b/src/api/tests/test_rdap.py index 665e61397..beb40835b 100644 --- a/src/api/tests/test_rdap.py +++ b/src/api/tests/test_rdap.py @@ -18,7 +18,7 @@ from epplibwrapper import ( API_BASE_PATH = "/api/v1/rdap/?domain=" -class RDapViewTest(TestCase): +class RdapViewTest(TestCase): """Test that the RDAP view function works as expected""" def setUp(self):