FIX: More 404 image requests in test

A few tests were removed that were testing a subforum for the logo,
which I don't think gain us much anymore. We use `getURL` everywhere and
needn't test it so much. Plus, over time it's always good to remove
a few tests here and there :)
This commit is contained in:
Robin Ward
2020-07-17 14:57:25 -04:00
parent bf22f7080d
commit 2a4a2a2ab7
3 changed files with 5 additions and 56 deletions

View File

@ -3,7 +3,7 @@ moduleForComponent("image-uploader", { integration: true });
componentTest("with image", {
template:
"{{image-uploader imageUrl='/some/upload.png' placeholderUrl='/not/used.png'}}",
"{{image-uploader imageUrl='/images/avatar.png' placeholderUrl='/not/used.png'}}",
async test(assert) {
assert.equal(