fix syntax

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

View File

@ -29,7 +29,7 @@ func TestAPICreateAndDeleteToken(t *testing.T) {
models.AssertExistsAndLoadBean(t, &models.AccessToken{
ID: newAccessToken.ID,
Name: newAccessToken.Title,
Sha1: newAccessToken.Sha1
Sha1: newAccessToken.Sha1,
})
req = NewRequestf(t, "DELETE", "/api/v1/users/user1/tokens/%d", newAccessToken.ID)