mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Removes accidental printing left in testing
This commit is contained in:
parent
78b721a817
commit
cb65c5e6d5
@ -1395,9 +1395,6 @@ class TestDocumentApiV2(DirectoriesMixin, APITestCase):
|
||||
|
||||
response = self.client.get("/api/ui_settings/", format="json")
|
||||
|
||||
print(response)
|
||||
print(response.data)
|
||||
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertDictEqual(
|
||||
response.data["settings"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user