update test fixture path

This commit is contained in:
Sasha Anastasi
2025-02-27 15:33:10 +13:00
parent 5cc215d819
commit 25b9e553a5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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