Merge pull request #376 from aaukt/external-ffs
fix target format for external format-filter-server
This commit is contained in:
commit
01a48a0166
@ -30,7 +30,7 @@ class Converter {
|
||||
|
||||
public static function checkConnection(){
|
||||
$expected = file_get_contents(__DIR__ . '/response.odt');
|
||||
$converted = self::convertExternal('', 'application/vnd.oasis.opendocument.text');
|
||||
$converted = self::convertExternal('', 'odt');
|
||||
|
||||
return $converted === $expected;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user