dpark: fix typo in tests (#28438)

This commit is contained in:
Benjamin Dauvergne 2018-11-28 17:12:01 +01:00
parent 9f4bcdafcb
commit e06d33da0f
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ def test_subscriber_infos(dpark, app):
for pairing in Pairing.objects.all():
pairing.clear_cache()
# we modify numerodossier to verify cache is not used
replydata['demande_numerodossier'] = 22953
replydata['Demande_NumeroDossier'] = 22953
client.side_effect = [
get_client(replydata=replydata),
]