mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix test
This commit is contained in:
parent
8becad3c0a
commit
c274228806
@ -161,4 +161,4 @@ class InvenTreePluginTests(TestCase):
|
||||
with self.assertRaises(DeprecationWarning):
|
||||
self.assertEqual(self.plugin_old.name, 'OldPlugin')
|
||||
# check default value is used
|
||||
self.assertEqual(self.plugin_old.get_meta_value('ABC', __default='123'), '123')
|
||||
self.assertEqual(self.plugin_old.get_meta_value('ABC', 'ABCD', '123'), '123')
|
||||
|
Loading…
Reference in New Issue
Block a user