aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/create_escalation.json
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-16 18:53:41 +0300
committerFilipp Lepalaan <f@230.to>2013-07-16 18:53:41 +0300
commit86af9609f17a8e34004faa991854f62d3361685f (patch)
tree6f678b6ebb7e24cf0760d9747ac84182af230f5e /tests/fixtures/create_escalation.json
parent4d9c2b0a47dd9336d9df7222013ade0c1763856d (diff)
downloadpy-gsxws-86af9609f17a8e34004faa991854f62d3361685f.tar.gz
py-gsxws-86af9609f17a8e34004faa991854f62d3361685f.tar.bz2
py-gsxws-86af9609f17a8e34004faa991854f62d3361685f.zip
Reorganized tests
Diffstat (limited to 'tests/fixtures/create_escalation.json')
-rw-r--r--tests/fixtures/create_escalation.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fixtures/create_escalation.json b/tests/fixtures/create_escalation.json
new file mode 100644
index 0000000..3e1ac9c
--- /dev/null
+++ b/tests/fixtures/create_escalation.json
@@ -0,0 +1,11 @@
+{
+ "shipTo": "677592",
+ "issueTypeCode": "PUR",
+ "notes": "This is a test",
+ "escalationContext": {
+ "contextType": "", "contextID": ""
+ },
+ "attachment": [
+ {"fileName": "", "fileData": ""}
+ ]
+}