fix tests

This commit is contained in:
adlerhurst 2024-03-06 19:08:48 +01:00
parent bdcccc3303
commit 88209ac11d
4 changed files with 8 additions and 8 deletions

View file

@ -235,7 +235,7 @@ func TestRoutes(t *testing.T) {
contains: []string{`{"access_token":"`, `","token_type":"Bearer","expires_in":299}`},
},
{
// This call will fail. A successfull test is already
// This call will fail. A successful test is already
// part of device_test.go
name: "device token",
method: http.MethodPost,