Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
squashme test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dejafait committed Jan 2, 2019
1 parent 8af2897 commit 1f36137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labonneboite/tests/web/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,8 @@ def test_contact_mode(self):
self.assertEqual(data['companies_count'], 1)
self.assertEqual(len(data['companies']), 1)
self.assertEqual(data['companies'][0]['siret'], '00000000000004')
self.assertEqual(data['companies'][0]['contact_mode'], 'Envoyer un CV et une lettre de motivation')
self.assertEqual(data['companies'][0]['contact_mode_code'], 'email')
self.assertEqual(data['companies'][0]['contact_mode'], 'Envoyer un CV et une lettre de motivation par email')


def test_flag_alternance(self):
Expand Down

0 comments on commit 1f36137

Please sign in to comment.