Use astral.sh instead of example.com in lock_unique_named_index (#14657)

This test flakes a lot, maybe using a different domain will help

Closes https://github.com/astral-sh/uv/issues/14542
This commit is contained in:
Zanie Blue
2025-07-16 09:20:25 -05:00
committed by GitHub
parent 1f49fbd53c
commit 8b29ec0bfd
+1 -1
View File
@@ -16412,7 +16412,7 @@ fn lock_unique_named_index() -> Result<()> {
[[tool.uv.index]]
name = "example"
url = "https://example.com"
url = "https://astral.sh"
"#,
)?;