Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created February 19, 2014 13:57
Show Gist options
  • Save justinvdm/9092566 to your computer and use it in GitHub Desktop.
Save justinvdm/9092566 to your computer and use it in GitHub Desktop.
diff --git a/test/fixtures.js b/test/fixtures.js
index 6815d1f..d23e624 100644
--- a/test/fixtures.js
+++ b/test/fixtures.js
@@ -104,8 +104,8 @@ module.exports = function() {
"type": "t",
"start_date": null
},
+ "success": true
},
- "success": true
}
},
{
@@ -413,8 +413,8 @@ module.exports = function() {
"type": "t",
"start_date": null
},
+ "success": true
},
- "success": true
}
},
{
@@ -438,8 +438,8 @@ module.exports = function() {
"type": "t",
"start_date": null
},
+ "success": true
},
- "success": true
}
},
{
@@ -463,8 +463,8 @@ module.exports = function() {
"type": "t",
"start_date": null
},
+ "success": true
},
- "success": true
}
},
{
@@ -488,8 +488,8 @@ module.exports = function() {
"type": "t",
"start_date": null
},
+ "success": true
},
- "success": true
}
},
{
@@ -712,22 +712,6 @@ module.exports = function() {
{
"request": {
"method": "POST",
- "url": "http://example.com/ureporters/vumi_go_test/user_default/reports",
- "data": {
- "report": "report text"
- }
- },
- "response": {
- "code": 200,
- "data": {
- "response": "Thank you for your report.",
- "success": true
- }
- }
- },
- {
- "request": {
- "method": "POST",
"url": "http://example.com/ureporters/vumi_go_test/user_default/reports/",
"data": {
"report": "report text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment