diff --git a/InvenTree/InvenTree/apps.py b/InvenTree/InvenTree/apps.py index 50d4a649c8..18df00030a 100644 --- a/InvenTree/InvenTree/apps.py +++ b/InvenTree/InvenTree/apps.py @@ -98,7 +98,7 @@ class InvenTreeConfig(AppConfig): schedule_type=Schedule.DAILY, ) - def update_exchange_rates(self): + def update_exchange_rates(self): # pragma: no cover """ Update exchange rates each time the server is started, *if*: