Commit 1c1cc875 authored by catch's avatar catch
Browse files

Issue #3384764 by fjgarlin, longwave: ImageUrlTest fails on GitlabCI integration

(cherry picked from commit 531383c1)
parent 9ff9e5d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ abstract class ImageTestBase extends CKEditor5TestBase {
   * @return string[]
   */
  protected function imageAttributes() {
    return ['src' => '/core/misc/druplicon.png'];
    return ['src' => base_path() . 'core/misc/druplicon.png'];
  }

  /**