From fbe3bf739aa6634200ef2ebf160c175e58936c41 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Mar 2022 21:06:49 +0100 Subject: [PATCH] ignore exchange rate - using external api so not reliable --- InvenTree/InvenTree/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*: