Added todo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-04-10 22:18:23 +02:00
parent a5a6845081
commit dfbfa5ae0f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@ func TestList(t *testing.T) {
assert.NotContains(t, rec.Body.String(), `Test5`)
})
})
// TODO:
// * ReadOne
// * Update
// * Delete
// * Create
// * Make it a reusable template to start with
/*
t.Run("Normal test", func(t *testing.T) {
rec, err := newTestRequestWithUser(t, http.MethodPost, apiv1.List, &testuser1, `{}`)