Skip to content

Commit 3713b1d

Browse files
chenzhihaoirisgve
andauthored
Update client_test.go
Co-authored-by: Iris Grace Endozo <[email protected]>
1 parent e55123a commit 3713b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestNewRequestWillNotAddExtraTrailingSlashToEndpoint(t *testing.T) {
7171
}
7272
req, err := bclient.newRequest("get", endpoint, nil)
7373
if req == nil || err != nil {
74-
t.Errorf("can't genearte request: %v", err)
74+
t.Errorf("can't generate request: %v", err)
7575
}
7676

7777
if req.URL.String() != "https://sentry.io/api/0/some-endpoint/" {

0 commit comments

Comments
 (0)