mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 07:22:35 +08:00
FIX: Fewer 404s in JS tests
This commit is contained in:
@ -59,7 +59,7 @@ componentTest("without image", {
|
||||
});
|
||||
|
||||
componentTest("with placeholder", {
|
||||
template: "{{image-uploader placeholderUrl='/some/image.png'}}",
|
||||
template: "{{image-uploader placeholderUrl='/images/avatar.png'}}",
|
||||
|
||||
test(assert) {
|
||||
assert.equal(
|
||||
|
Reference in New Issue
Block a user