From 719afc89e9a1810a6d8414a750e47f1ad05ac584 Mon Sep 17 00:00:00 2001 From: burnout87 Date: Tue, 31 Oct 2023 18:46:21 +0100 Subject: [PATCH] from isdc to astro --- cdci_data_analysis/pytest_fixtures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdci_data_analysis/pytest_fixtures.py b/cdci_data_analysis/pytest_fixtures.py index 18a0d9f30..bcf234318 100644 --- a/cdci_data_analysis/pytest_fixtures.py +++ b/cdci_data_analysis/pytest_fixtures.py @@ -543,7 +543,7 @@ def dispatcher_test_conf_with_gallery_fn(dispatcher_test_conf_fn): f.write(f_default.read()) f.write('\n product_gallery_options:' - '\n product_gallery_url: "http://cdciweb02.isdc.unige.ch/mmoda/galleryd"' + '\n product_gallery_url: "http://cdciweb02.astro.unige.ch/mmoda/galleryd"' f'\n product_gallery_secret_key: "{os.getenv("DISPATCHER_PRODUCT_GALLERY_SECRET_KEY", "secret_key")}"' '\n product_gallery_timezone: "Europe/Zurich"' '\n name_resolver_url: "https://resolver-prod.obsuks1.unige.ch/api/v1.1/byname/{}"' @@ -591,7 +591,7 @@ def dispatcher_test_conf_with_gallery_no_resolver_fn(dispatcher_test_conf_fn): f.write(f_default.read()) f.write('\n product_gallery_options:' - '\n product_gallery_url: "http://cdciweb02.isdc.unige.ch/mmoda/galleryd"' + '\n product_gallery_url: "http://cdciweb02.astro.unige.ch/mmoda/galleryd"' '\n product_gallery_timezone: "Europe/Zurich"' f'\n product_gallery_secret_key: "{os.getenv("DISPATCHER_PRODUCT_GALLERY_SECRET_KEY", "secret_key")}"')