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