From 92882b355d582a6115291e436e4a3a083f9410c6 Mon Sep 17 00:00:00 2001 From: Jason Hedrick Date: Thu, 16 Jul 2015 15:46:21 -0700 Subject: [PATCH] removing filehash and filename from acceptance test, because they are not actually needed --- tests/acceptance/course/learningmaterials-test.js | 4 ---- 1 file changed, 4 deletions(-) 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',