From a435eb1f687fc8f65e6400bbdd05fb187d8f5b9a Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:50:57 -0700 Subject: [PATCH] Fix typo --- src/api/tests/test_rdap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):