diff --git a/tests/image.bats b/tests/image.bats index a40d90c..0293299 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -34,7 +34,7 @@ load ../common } @test "Cache directory created" { - docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-1.0.5/app/tmp/cache/persistent/ + docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-1.0.5/app/tmp/cache }