# test the log for email that's send to new created user.
info_log.assert_called_with("user already exists with username '{username}' and email '{email}'".format(username='test_student_1',email='test_student@example.com'))
deftest_bad_file_upload_type(self):
"""
Try uploading some non-CSV file and verify that it is rejected
${_("To register and enroll a list of users in this course, choose a CSV file that contains the following columns in this exact order: email, username, name, and country. Please include one student per row and do not include any headers, footers, or blank lines.")}