diff --git a/tests/acceptance/course/learningmaterials-test.js b/tests/acceptance/course/learningmaterials-test.js index b99795d7dc..cf929c942b 100644 --- a/tests/acceptance/course/learningmaterials-test.js +++ b/tests/acceptance/course/learningmaterials-test.js @@ -40,8 +40,6 @@ module('Acceptance: Course - Learning Materials', { userRole: 1, copyrightPermission: true, courseLearningMaterials: [1], - fileHash: '01234567890123456789012345678901', - filename: 'testing.txt' })); fixtures.learningMaterials.pushObject(server.create('learningMaterial',{ originalAuthor: 'Jennifer Johnson', @@ -52,8 +50,6 @@ module('Acceptance: Course - Learning Materials', { copyrightPermission: false, copyrightRationale: 'reason is thus', courseLearningMaterials: [2], - fileHash: '01234567890123456789012345678901', - filename: 'testing.txt' })); fixtures.learningMaterials.pushObject(server.create('learningMaterial',{ originalAuthor: 'Hunter Pence',