diff --git a/tests/test_e2e.py b/tests/test_e2e.py index c8a0ed7..4ffa0cf 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -63,7 +63,7 @@ laplace_order = 4 """.lstrip() reference_output_publication=""" -# Zoom Initial Conditions for halo 25505622 (1e11v) in simulation AGORA (RHAPSODY project) +# Zoom Initial Conditions for halo 25505622 (1e11v) in simulation AGORA (AGORA Project project) # Details on this halo can be found on https://cosmicweb.eu/simulation/AGORA/halo/25505622 # This file has been generated by CosmICweb @2024-04-21T00:03:24.827918 @@ -135,7 +135,7 @@ def test_single_saved(): def test_publication(): id = "agora-halos" - args = Args(output_path="./", url="http://127.0.0.1:5000", common_directory=True, attempts=1) + args = Args(output_path="./", url=DEFAULT_URL, common_directory=True, attempts=1) output = publication_mode(args, id, store=False, traceback_radius=2.0) assert len(output) == 6 output = output[0]