mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ACS-6151 - fixed stupid mistake
This commit is contained in:
@@ -32,6 +32,6 @@ import org.alfresco.transform.base.LivenessReadinessProbeTest;
|
||||
public class LibreOfficeLivenessReadinessProbeTest extends LivenessReadinessProbeTest {
|
||||
@Override
|
||||
protected ImagesForTests getImageForTest() {
|
||||
return new ImagesForTests("tika", "alfresco-tika", "text/plain", "text/plain", "original.txt");
|
||||
return new ImagesForTests("libreoffice", "alfresco-libreoffice", "text/plain", "application/pdf", "original.txt");
|
||||
}
|
||||
}
|
||||
|
@@ -33,6 +33,6 @@ import org.alfresco.transform.base.LivenessReadinessProbeTest;
|
||||
public class TikaLivenessReadinessProbeTest extends LivenessReadinessProbeTest {
|
||||
@Override
|
||||
protected ImagesForTests getImageForTest() {
|
||||
return new ImagesForTests("libreoffice", "alfresco-libreoffice", "text/plain", "application/pdf", "original.txt");
|
||||
return new ImagesForTests("tika", "alfresco-tika", "text/plain", "text/plain", "original.txt");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user