mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
update to https to match hotspots
This commit is contained in:
parent
076098a0e0
commit
ca0508f2f0
@ -87,7 +87,7 @@ class InvenTreePluginTests(TestCase):
|
|||||||
AUTHOR = 'AA BB'
|
AUTHOR = 'AA BB'
|
||||||
DESCRIPTION = 'A description'
|
DESCRIPTION = 'A description'
|
||||||
VERSION = '1.2.3a'
|
VERSION = '1.2.3a'
|
||||||
WEBSITE = 'http://aa.bb/cc'
|
WEBSITE = 'https://aa.bb/cc'
|
||||||
LICENSE = 'MIT'
|
LICENSE = 'MIT'
|
||||||
|
|
||||||
self.plugin_name = NameInvenTreePlugin()
|
self.plugin_name = NameInvenTreePlugin()
|
||||||
@ -147,7 +147,7 @@ class InvenTreePluginTests(TestCase):
|
|||||||
# website
|
# website
|
||||||
self.assertEqual(self.plugin.website, None)
|
self.assertEqual(self.plugin.website, None)
|
||||||
self.assertEqual(self.plugin_simple.website, None)
|
self.assertEqual(self.plugin_simple.website, None)
|
||||||
self.assertEqual(self.plugin_name.website, 'http://aa.bb/cc')
|
self.assertEqual(self.plugin_name.website, 'https://aa.bb/cc')
|
||||||
|
|
||||||
# license
|
# license
|
||||||
self.assertEqual(self.plugin.license, None)
|
self.assertEqual(self.plugin.license, None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user