From 98c93c59bbf0ccf31d4970559e58134122a4b0b6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Oct 2021 00:57:26 +0200 Subject: [PATCH] date depends on current git commit --- InvenTree/plugins/test_integration.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/plugins/test_integration.py b/InvenTree/plugins/test_integration.py index b858572860..080d5fbe91 100644 --- a/InvenTree/plugins/test_integration.py +++ b/InvenTree/plugins/test_integration.py @@ -155,8 +155,6 @@ class IntegrationPluginBaseTests(TestCase): self.assertEqual(self.plugin_name.human_name, 'a titel') # pub_date - self.assertEqual(self.plugin.pub_date, 'No date found') - self.assertEqual(self.plugin_simple.pub_date, 'No date found') self.assertEqual(self.plugin_name.pub_date, "1111.11.11") # version