mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Typo fixes and cleanup
This commit is contained in:
parent
0951faa998
commit
e211a59304
4 changed files with 3 additions and 8 deletions
|
@ -17,8 +17,6 @@ class TestViews(TestCase):
|
|||
# Make a GET request to the admin index page
|
||||
response = self.client.get(admin_index_url)
|
||||
|
||||
print(f"response1 {response}")
|
||||
|
||||
# Assert that the response status code is 200 (OK)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
@ -33,8 +31,6 @@ class TestViews(TestCase):
|
|||
# Make a GET request to the export data page
|
||||
response = self.client.get(export_data_url)
|
||||
|
||||
print(response)
|
||||
|
||||
# Assert that the response status code is 200 (OK) or the expected status code
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue