From 178c65135b50bcd384ce722420faef5f201bee7d Mon Sep 17 00:00:00 2001
From: Piotr Sowinski <piotr.sowinski@cern.ch>
Date: Tue, 25 Sep 2018 17:02:13 +0200
Subject: [PATCH] NXCALS-2003 correct date with no losses in stage env

---
 .../cern/nxcals/integrationtests/data_access/extraction_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 649a966cc4..840efe69f3 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):
-- 
GitLab