Skip to content

Commit c5887ee

Browse files
committed
fix typo
1 parent a27cd0c commit c5887ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/auth_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestTokenIntegration(t *testing.T) {
5757
}
5858

5959
// Obtain info
60-
req, err := http.NewRequest("GET", "https://ddauth.arduino.cc/v1/users/byID/me", nil)
60+
req, err := http.NewRequest("GET", "https://auth.arduino.cc/v1/users/byID/me", nil)
6161
if err != nil {
6262
t.Fatal(err)
6363
}

0 commit comments

Comments
 (0)