From 227ef98498b06d67613ab5d59af64880a46927f3 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Wed, 24 Jan 2024 13:31:31 +0330 Subject: [PATCH] fix: test case, same as previous one! --- .../tests/integration/test_pg_vector_access_with_discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/hivemind_etl_helpers/tests/integration/test_pg_vector_access_with_discord.py b/dags/hivemind_etl_helpers/tests/integration/test_pg_vector_access_with_discord.py index a2d9ee48..a74a8b30 100644 --- a/dags/hivemind_etl_helpers/tests/integration/test_pg_vector_access_with_discord.py +++ b/dags/hivemind_etl_helpers/tests/integration/test_pg_vector_access_with_discord.py @@ -59,7 +59,7 @@ def setup_mongo_information( "platforms": [ { "platformId": platform_id, - "fromDate": datetime(2023, 10, 1), + "fromDate": datetime(2023, 1, 1), "options": { "channels": channels, "roles": ["role_id"],