mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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…
x
Reference in New Issue
Block a user