mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Fix typo
This commit is contained in:
parent
155e7367c1
commit
a435eb1f68
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from epplibwrapper import (
|
||||||
API_BASE_PATH = "/api/v1/rdap/?domain="
|
API_BASE_PATH = "/api/v1/rdap/?domain="
|
||||||
|
|
||||||
|
|
||||||
class RDapViewTest(TestCase):
|
class RdapViewTest(TestCase):
|
||||||
"""Test that the RDAP view function works as expected"""
|
"""Test that the RDAP view function works as expected"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue