mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-26 17:24:47 +00:00
ACS-6151 - fixed stupid mistake
This commit is contained in:
parent
85fc67779e
commit
314453f847
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user