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); }