fix iso format

This commit is contained in:
Matthias 2021-10-05 01:16:25 +02:00
parent 98c93c59bb
commit 81757d5bbd
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -132,7 +132,7 @@ class IntegrationPluginBaseTests(TestCase):
PLUGIN_NAME = 'Aplugin'
PLUGIN_SLUG = 'a'
PLUGIN_TITLE = 'a titel'
PUBLISH_DATE = "1111.11.11"
PUBLISH_DATE = "1111-11-11"
VERSION = '1.2.3a'
self.plugin_name = NameIntegrationPluginBase()