diff --git a/integration-tests/src/integration-test/python/cern/nxcals/integrationtests/data_access/extraction_test.py b/integration-tests/src/integration-test/python/cern/nxcals/integrationtests/data_access/extraction_test.py index 649a966cc422e69716c365fce02f133afd4ad629..840efe69f37c31e4ebf03164cab3f6b82c349853 100644 --- a/integration-tests/src/integration-test/python/cern/nxcals/integrationtests/data_access/extraction_test.py +++ b/integration-tests/src/integration-test/python/cern/nxcals/integrationtests/data_access/extraction_test.py @@ -5,7 +5,7 @@ from pyspark.sql.functions import col from . import PySparkIntegrationTest def no_data_losses_day(): - return datetime(2018, 9, 18, 00, 00, 00, 000, tzinfo=None) + return datetime(2018, 9, 19, 00, 00, 00, 000, tzinfo=None) def test_val(obtained, expected):