mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
@ -806,11 +806,6 @@ class CurrencyTests(TestCase):
|
||||
|
||||
def test_rates(self):
|
||||
"""Test exchange rate update."""
|
||||
|
||||
# 2023-09-28 check DISABLED due to https://github.com/inventree/InvenTree/issues/5631
|
||||
# TODO re-enable after #5631 is solved
|
||||
return True
|
||||
|
||||
# Initially, there will not be any exchange rate information
|
||||
rates = Rate.objects.all()
|
||||
|
||||
|
@ -1026,10 +1026,6 @@ class CurrencyAPITests(InvenTreeAPITestCase):
|
||||
def test_refresh_endpoint(self):
|
||||
"""Call the 'refresh currencies' endpoint"""
|
||||
|
||||
# 2023-09-28 check DISABLED due to https://github.com/inventree/InvenTree/issues/5631
|
||||
# TODO re-enable after #5631 is solved
|
||||
return True
|
||||
|
||||
from djmoney.contrib.exchange.models import Rate
|
||||
|
||||
# Delete any existing exchange rate data
|
||||
|
Reference in New Issue
Block a user