Added JIRA ticket to test case for DELETE
diff --git a/tests/usergrid.js b/tests/usergrid.js
index b3330b3..0052412 100644
--- a/tests/usergrid.js
+++ b/tests/usergrid.js
@@ -159,6 +159,7 @@
 
         it('should return a 200 ok', function() {
             // This should check for 404, but because of a Usergrid bug, it returns 401 instead of 404.
+            // see https://issues.apache.org/jira/browse/USERGRID-1128
             response.statusCode.should.not.equal(200)
         })