X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ftap_combined_test.py;fp=tests%2Ftap_combined_test.py;h=da8fd989b0e043e1cde55cfb83a53d0cc4d9cc86;hb=20d0af12397b6bb7ad7ae652e67db7c5ecac61ef;hp=5e2a3c51da860e6796e1fae1dbae7df833811a70;hpb=9079d8c763f989d76ca9616194a6672054122c75;p=github%2Ffretlink%2Ftap-google-sheets.git diff --git a/tests/tap_combined_test.py b/tests/tap_combined_test.py index 5e2a3c5..da8fd98 100644 --- a/tests/tap_combined_test.py +++ b/tests/tap_combined_test.py @@ -51,7 +51,7 @@ class TapCombinedTest(unittest.TestCase): def get_properties(self): return_value = { - 'start_date': dt.strftime(dt.utcnow() - timedelta(days=3), self.START_DATE_FORMAT), + 'start_date': os.getenv("TAP_GOOGLE_SHEETS_START_DATE"), 'spreadsheet_id': os.getenv("TAP_GOOGLE_SHEETS_SPREADSHEET_ID") }