1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 08:59:44 +01:00

Issue #5422 Test fix.

This commit is contained in:
camer0n 2025-02-05 09:28:09 -08:00
parent bd44f69f9d
commit c48f78a753

View File

@ -78,7 +78,7 @@ class siteinfo_shortcodesTest extends \Codeception\Test\Unit
self::assertStringContainsString('logo', $result2);
$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
self::assertStringContainsString('{e_IMAGE}', $result3);
self::assertStringContainsString('IMAGE}', $result3);
}