Skip to content

Commit

Permalink
fix(test): chore: use v2.fal.media instead of fal-cdn.fly.dev (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 26, 2024
1 parent 4144149 commit f697a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/tests/test_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f697a66

Please sign in to comment.