Commit 8cadbe455dd9d13db7f16e2a26f3b9246b979af6
1 parent
b89af83d86
Exists in
master
refactor task['customer'] menjadi task['member']
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
test_sate24.py
... | ... | @@ -9,7 +9,7 @@ def test_parsePullMessage(): |
9 | 9 | assert task['requestId'] == '181380' |
10 | 10 | assert task['timestamp'] == '20150323155308' |
11 | 11 | assert task['destination'] == '02199994004' |
12 | - assert task['customer'] == 'ADHISIMON' | |
12 | + assert task['member'] == 'ADHISIMON' | |
13 | 13 | assert task['gateway_type'] == 'aaa_pull' |
14 | 14 | assert task['product'] == 'E5' |
15 | 15 | assert task['city'] == 'DKI_JAKARTA' |