Skip to content

Commit

Permalink
Update endpoint test
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Aug 1, 2024
1 parent d406943 commit 68d474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion things/api/http/endpoints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ func TestVerifyConnections(t *testing.T) {
t.Run(tc.desc, func(t *testing.T) {
req := testRequest{
client: ts.Client(),
method: http.MethodGet,
method: http.MethodPost,
url: ts.URL + "/things/verify-connections",
contentType: tc.contentType,
token: tc.token,
Expand Down

0 comments on commit 68d474e

Please sign in to comment.