fix tests

This commit is contained in:
meeb 2023-10-12 15:44:51 +11:00
parent b57ca110b0
commit 2f82f8c599
1 changed files with 2 additions and 1 deletions

View File

@ -510,7 +510,8 @@ class Source(models.Model):
'mm': now.strftime('%m'),
'dd': now.strftime('%d'),
'source': self.slugname,
'source_full': self.source.name,
'source_full': self.name,
'uploader': 'Some Channel Name',
'title': 'some-media-title-name',
'title_full': 'Some Media Title Name',
'key': 'SoMeUnIqUiD',