From 156c41a5c561c7204a98f9a1d587fadab87695f9 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 24 Mar 2026 17:01:40 +0000 Subject: [PATCH] test credentials --- backend/pashub_fetcher/handler/handler.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/pashub_fetcher/handler/handler.py b/backend/pashub_fetcher/handler/handler.py index d9941903..af5ed336 100644 --- a/backend/pashub_fetcher/handler/handler.py +++ b/backend/pashub_fetcher/handler/handler.py @@ -67,11 +67,8 @@ def handler(event: Mapping[str, Any], context: Any) -> None: logger.info("Successfully loaded jobs from spreadsheet") - # pas_hub_email = "random@test.com" - # pas_hub_password = "my_fake_password" - - pas_hub_email = "sebastian@osmosis-acd.com" - pas_hub_password = "Osmosis2025!" + pas_hub_email = "random@test.com" + pas_hub_password = "my_fake_password" try: token: str = get_token_from_local_storage(pas_hub_email, pas_hub_password)