diff --git a/projects/fal/tests/test_stability.py b/projects/fal/tests/test_stability.py index bce4d0d4..8ad056c1 100644 --- a/projects/fal/tests/test_stability.py +++ b/projects/fal/tests/test_stability.py @@ -560,7 +560,7 @@ def get_env_var(name: str) -> str | None: "repo_type, url_prefix", [ ("fal", "https://storage.googleapis.com/isolate-dev-smiling-shark_toolkit_bucket/"), - ("fal_v2", "https://fal-cdn.fly.dev/files"), + ("fal_v2", "https://v2.fal.media/files"), ] ) def test_fal_storage(isolated_client, repo_type, url_prefix):