Skip to content

Commit d5fa69f

Browse files
committed
Fix test
1 parent 701d33a commit d5fa69f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_docker_image_cache_manager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ def test_ensure_docker_image_no_local_cache(slurm_system: SlurmSystem):
192192
result = manager.ensure_docker_image("docker.io/hello-world", "docker_image.sqsh")
193193

194194
assert result.success
195-
assert result.docker_image_path is not None
196-
assert str(result.docker_image_path) == "docker.io/hello-world"
197-
assert not result.docker_image_path.is_absolute()
195+
assert result.docker_image_path is None
198196
assert result.message == ""
199197

200198

0 commit comments

Comments
 (0)