ACS-6151 - removed unnecessary property

This commit is contained in:
Grzegorz Oleksy
2023-11-28 13:05:40 +01:00
parent 314453f847
commit 86317731bb
7 changed files with 15 additions and 14 deletions

View File

@@ -33,6 +33,6 @@ import org.alfresco.transform.base.LivenessReadinessProbeTest;
public class TikaLivenessReadinessProbeTest extends LivenessReadinessProbeTest {
@Override
protected ImagesForTests getImageForTest() {
return new ImagesForTests("tika", "alfresco-tika", "text/plain", "text/plain", "original.txt");
return new ImagesForTests("alfresco-tika", "text/plain", "text/plain", "original.txt");
}
}