mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ACS-6151 - removed unnecessary property
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user