This commit is contained in:
Matti Ranta 2018-07-06 12:20:18 -04:00
parent ae4f22ab9d
commit b47947a15f
No known key found for this signature in database
GPG Key ID: D9B5613BEB813F99

View File

@ -44,4 +44,4 @@ func TestAPIDeleteMissingToken(t *testing.T) {
req := NewRequestf(t, "DELETE", "/api/v1/users/user1/tokens/%d", models.NonexistentID)
session.MakeRequest(t, req, http.StatusNotFound)
}
}