This commit is contained in:
Erin Song 2024-09-24 16:50:57 -07:00
parent 155e7367c1
commit a435eb1f68
No known key found for this signature in database

View file

@ -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):