diff --git a/ghost/admin/tests/integration/components/gh-image-uploader-test.js b/ghost/admin/tests/integration/components/gh-image-uploader-test.js index af17085859..011f1ac333 100644 --- a/ghost/admin/tests/integration/components/gh-image-uploader-test.js +++ b/ghost/admin/tests/integration/components/gh-image-uploader-test.js @@ -203,7 +203,7 @@ describe('Integration: Component: gh-image-uploader', function() { stubSuccessfulUpload(server); - this.render(hbs`{{gh-image-uploader url=image fileSelected=(action fileSelected) update=(action update)}}`); + this.render(hbs`{{gh-image-uploader image=image fileSelected=(action fileSelected) update=(action update)}}`); fileUpload(this.$('input[type="file"]'), ['test'], {name: 'test.png'}); wait().then(() => {