From f697a66a32b63749a9b7fa0c943208111615762c Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 27 Jun 2024 02:53:04 +0300 Subject: [PATCH] fix(test): chore: use v2.fal.media instead of fal-cdn.fly.dev (#252) Depends on https://github.com/fal-ai/isolate-cloud/pull/1976 --- projects/fal/tests/test_stability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):