Skip to content

Commit 426b74c

Browse files
authored
fix: Update URL of lock files (#4097)
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent ee5b093 commit 426b74c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

micromamba/tests/test_create.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ def test_lockfile_online(
256256
tmp_home, tmp_root_prefix, tmp_path
257257
): # TODO: same but with mambajs lockfile
258258
env_prefix = tmp_path / "myenv"
259-
spec_file = (
260-
"https://raw.githubusercontent.com/mamba-org/mamba/main/micromamba/tests/test-env-lock.yaml"
261-
)
259+
spec_file = "https://raw.githubusercontent.com/mamba-org/mamba/main/micromamba/tests/env_lockfiles/test-env-lock.yaml"
262260

263261
res = helpers.create("-p", env_prefix, "-f", spec_file, "--json")
264262
assert res["success"]

0 commit comments

Comments
 (0)