mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Actually write the date found in the file name
This commit is contained in:
parent
c7dda9de96
commit
1ce76a5486
3 changed files with 7 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ from django.test import TestCase
|
|||
from ..models import FileInfo
|
||||
|
||||
|
||||
class TestAttachment(TestCase):
|
||||
class TestAttributes(TestCase):
|
||||
|
||||
TAGS = ("tag1", "tag2", "tag3")
|
||||
EXTENSIONS = (
|
||||
|
|
@ -154,7 +154,6 @@ class Permutations(TestCase):
|
|||
correspondent=None, title=None,
|
||||
extension=None, tags=None):
|
||||
|
||||
# print(filename)
|
||||
info = FileInfo.from_path(filename)
|
||||
|
||||
# Created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue