mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Change: treat created as date not datetime (#9793)
This commit is contained in:
@@ -474,7 +474,7 @@ class TestApiAuth(DirectoriesMixin, APITestCase):
|
||||
self.client.force_authenticate(user1)
|
||||
|
||||
response = self.client.get(
|
||||
"/api/documents/",
|
||||
"/api/documents/?ordering=-id",
|
||||
format="json",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user