Skip to content

Commit

Permalink
Issue #5422 Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Feb 5, 2025
1 parent bd44f69 commit c48f78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function testSc_sitelogo()
self::assertStringContainsString('logo', $result2);

$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
self::assertStringContainsString('{e_IMAGE}', $result3);
self::assertStringContainsString('IMAGE}', $result3);


}
Expand Down

0 comments on commit c48f78a

Please sign in to comment.