Skip to content

Commit f416e76

Browse files
fixed file type in upload-image test
1 parent 14858f3 commit f416e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/profile/upload-image-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module('Integration | Component | image uploader', function (hooks) {
77
setupRenderingTest(hooks);
88

99
const file = new File(['dummy image data'], 'RDSLogo.png', {
10-
type: 'image/jpeg',
10+
type: 'jpeg',
1111
});
1212

1313
test('it renders correct initial state', async function (assert) {

0 commit comments

Comments
 (0)