Skip to content

Commit 2dbcfc8

Browse files
fix: typing image path
1 parent 7646a77 commit 2dbcfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_singularity_inspect_image(tmp_path: Path):
203203
# build a sandbox image
204204
repo_path = workdir / "container_repo"
205205
image_path = repo_path / "alpine"
206-
res_inspect = _inspect_singularity_image(image_path)
206+
res_inspect = _inspect_singularity_image(str(image_path))
207207
assert res_inspect is False
208208
repo_path.mkdir()
209209
cmd = [

0 commit comments

Comments
 (0)