Skip to content

Commit 5349287

Browse files
Update github/copilot_test.go
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent cfa26f9 commit 5349287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/copilot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ func TestCopilotService_DownloadCopilotMetrics(t *testing.T) {
29082908
testMethod(t, r, "GET")
29092909
fmt.Fprint(w, `[{invalid JSON`)
29102910
})
2911-
urlBadJson := client.BaseURL.String() + "path/to/download/badjson"
2911+
urlBadJSON := client.BaseURL.String() + "path/to/download/badjson"
29122912
_, _, err = client.Copilot.DownloadCopilotMetrics(ctx, urlBadJson)
29132913
if err == nil {
29142914
t.Error("Copilot.DownloadCopilotMetrics expected error for bad JSON, got none")

0 commit comments

Comments
 (0)