diff options
author | Filipp Lepalaan <f@230.to> | 2013-03-08 21:35:05 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-03-08 21:35:05 +0200 |
commit | 54854c07225c2b1cde75963df462b3fb5164088c (patch) | |
tree | 8bb4d8a310bd71deb6e9e35c9e48ed38be7f79bb /tests | |
parent | 41cc52f0a328966743bd8ef3954848c8501b6625 (diff) | |
download | py-gsxws-54854c07225c2b1cde75963df462b3fb5164088c.tar.gz py-gsxws-54854c07225c2b1cde75963df462b3fb5164088c.tar.bz2 py-gsxws-54854c07225c2b1cde75963df462b3fb5164088c.zip |
Return proper GSX error code on most requests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/create_carryin_repair.json | 4 | ||||
-rw-r--r-- | tests/update_escalation.json | 4 | ||||
-rw-r--r-- | tests/warranty_status.json | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/create_carryin_repair.json b/tests/create_carryin_repair.json index 0e90c20..685b7d4 100644 --- a/tests/create_carryin_repair.json +++ b/tests/create_carryin_repair.json @@ -3,9 +3,9 @@ "serialNumber": "C3TFJJTNDCP9", "symptom": "Does not work", "diagnosis": "Does not work", - "unitReceivedDate": "02/10/13", + "unitReceivedDate": "03/01/13", "unitReceivedTime": "12:00 AM", - "checkIfOutOfWarrantyCoverage": "N", + "checkIfOutOfWarrantyCoverage": "Y", "overrideDiagnosticCodeCheck": "Y", "poNumber": "Order12341", "orderLines": [ diff --git a/tests/update_escalation.json b/tests/update_escalation.json index abe3474..cd46995 100644 --- a/tests/update_escalation.json +++ b/tests/update_escalation.json @@ -1,7 +1,7 @@ { - "escalationId": "1599790", + "escalationId": "1440972", "notes": "This is an update", - "status": "", + "status": "C", "attachment": [ {"fileName": "", "fileData": ""} ] diff --git a/tests/warranty_status.json b/tests/warranty_status.json index 1c51713..9d02027 100644 --- a/tests/warranty_status.json +++ b/tests/warranty_status.json @@ -1,3 +1,3 @@ { - "serialNumber": "W874939YX92" + "serialNumber": "" } |