diff --git a/core/tests/test_accounts.py b/core/tests/test_accounts.py index cef1487718df068545b3ce5fed1a9ea7a63d71f8..f2007d60881e08cc5adee14948a73d0f4109257e 100644 --- a/core/tests/test_accounts.py +++ b/core/tests/test_accounts.py @@ -164,4 +164,4 @@ class ProfileUpdateTests(APITestCase): def _create_test_file(self,path): f = open(path, 'r') - return {'datafile': f} \ No newline at end of file + return {'pdf_file': f} \ No newline at end of file