Skip to content

Commit 58e8743

Browse files
committed
error is lower cased
1 parent ab221cb commit 58e8743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/googlesheets/googlesheets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestGooglesheets(t *testing.T) {
136136
_, _, err := gsd.getSheetData(client, qm)
137137

138138
assert.Error(t, err)
139-
assert.Equal(t, "Google API Error 403", err.Error())
139+
assert.Equal(t, "google API Error 403", err.Error())
140140

141141
client.AssertExpectations(t)
142142
})

0 commit comments

Comments
 (0)