aboutsummaryrefslogtreecommitdiff
path: root/tests/replies/locations.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-12-16 22:09:50 -0500
committerBen Burwell <ben@benburwell.com>2015-12-16 22:09:50 -0500
commit7636932bc6af6b509269c6adfd620c5283051b3f (patch)
tree14d8c673c8d16e76e70099f28f55ede41d36c787 /tests/replies/locations.json
parentb189c8bf0a951b367e610c9941c3aff482a8968e (diff)
Update unit tests
Diffstat (limited to 'tests/replies/locations.json')
-rw-r--r--tests/replies/locations.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/replies/locations.json b/tests/replies/locations.json
new file mode 100644
index 0000000..ec12c28
--- /dev/null
+++ b/tests/replies/locations.json
@@ -0,0 +1,11 @@
+{
+ "result": "success",
+ "message": {
+ "locations": [
+ {
+ "id": "1",
+ "uri": "https://access.active911.com/interface/open_api/api/locations/1"
+ }
+ ]
+ }
+}