mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
can never be covered
This commit is contained in:
parent
5f9f5555b6
commit
de73aa4ec5
@ -28,7 +28,7 @@ class InvenTreeConfig(AppConfig):
|
|||||||
|
|
||||||
self.start_background_tasks()
|
self.start_background_tasks()
|
||||||
|
|
||||||
if not isInTestMode():
|
if not isInTestMode(): # pragma: no cover
|
||||||
self.update_exchange_rates()
|
self.update_exchange_rates()
|
||||||
|
|
||||||
if canAppAccessDatabase() or settings.TESTING_ENV:
|
if canAppAccessDatabase() or settings.TESTING_ENV:
|
||||||
|
Loading…
Reference in New Issue
Block a user