Anonymised HP import test file

This commit is contained in:
Claude Paroz 2017-07-18 11:27:15 +02:00
parent 94b48d0085
commit e20887da1c
2 changed files with 31 additions and 31 deletions

View file

@ -199,7 +199,7 @@ class ImportTests(TestCase):
def test_import_hp(self):
teacher = Teacher.objects.create(
first_name='Laurie', last_name='Bernasconi', birth_date='1974-08-08'
first_name='Jeanne', last_name='Dupond', birth_date='1974-08-08'
)
path = os.path.join(os.path.dirname(__file__), 'test_files', 'HYPERPLANNING.txt')
self.client.login(username='me', password='mepassword')