From 54854c07225c2b1cde75963df462b3fb5164088c Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 8 Mar 2013 21:35:05 +0200 Subject: Return proper GSX error code on most requests --- tests/create_carryin_repair.json | 4 ++-- tests/update_escalation.json | 4 ++-- tests/warranty_status.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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": "" } -- cgit v1.2.3