mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix test path
This commit is contained in:
parent
d4eac2b477
commit
bc0ee2a235
@ -87,7 +87,7 @@ class AppMixinTest(BaseMixinDefinition, TestCase):
|
||||
|
||||
def test_function(self):
|
||||
# test that this plugin is in settings
|
||||
self.assertIn('plugin.sample', settings.INSTALLED_APPS)
|
||||
self.assertIn('plugins.samples.integration', settings.INSTALLED_APPS)
|
||||
|
||||
|
||||
class NavigationMixinTest(BaseMixinDefinition, TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user