Add target mime when checking FFS aviability
This commit is contained in:
parent
448bbb526a
commit
f68f7d8339
@ -30,7 +30,7 @@ class Converter {
|
|||||||
|
|
||||||
public static function checkConnection(){
|
public static function checkConnection(){
|
||||||
$expected = file_get_contents(__DIR__ . '/response.odt');
|
$expected = file_get_contents(__DIR__ . '/response.odt');
|
||||||
$converted = self::convertExternal('');
|
$converted = self::convertExternal('', 'application/vnd.oasis.opendocument.text');
|
||||||
|
|
||||||
return $converted === $expected;
|
return $converted === $expected;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user