Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 36698a7

Browse files
authored
Update client_test.go
1 parent ab37cb6 commit 36698a7

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
@@ -36,7 +36,7 @@ func TestNew_tokenAuth(t *testing.T) {
3636
}
3737
}
3838

39-
func TestNew_orgId(t *testing.T) {
39+
func TestNew_orgID(t *testing.T) {
4040
const orgID = 456
4141
c, err := New("http://my-grafana.com", Config{OrgID: orgID})
4242
if err != nil {

0 commit comments

Comments
 (0)