From 25b9e553a5cda97bfb5e0b5a7fce4f2009a8ceca Mon Sep 17 00:00:00 2001 From: Sasha Anastasi Date: Thu, 27 Feb 2025 15:33:10 +1300 Subject: [PATCH] update test fixture path --- tests/fixtures/withurls-quoted.css | 2 +- tests/fixtures/withurls.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fixtures/withurls-quoted.css b/tests/fixtures/withurls-quoted.css index abfd76d..d5c287c 100644 --- a/tests/fixtures/withurls-quoted.css +++ b/tests/fixtures/withurls-quoted.css @@ -3,5 +3,5 @@ a { } div { - background-image: url('/moodle/auth/outage/tests/local/controllers/fixtures/catalyst.png'); + background-image: url('/moodle/auth/outage/tests/fixtures/catalyst.png'); } diff --git a/tests/fixtures/withurls.css b/tests/fixtures/withurls.css index 9b6ef0f..3b08b90 100644 --- a/tests/fixtures/withurls.css +++ b/tests/fixtures/withurls.css @@ -3,5 +3,5 @@ a { } div { - background-image: url(/moodle/auth/outage/tests/local/controllers/fixtures/catalyst.png); + background-image: url(/moodle/auth/outage/tests/fixtures/catalyst.png); }