We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27cd0c commit c5887eeCopy full SHA for c5887ee
auth/auth_test.go
@@ -57,7 +57,7 @@ func TestTokenIntegration(t *testing.T) {
57
}
58
59
// Obtain info
60
- req, err := http.NewRequest("GET", "https://ddauth.arduino.cc/v1/users/byID/me", nil)
+ req, err := http.NewRequest("GET", "https://auth.arduino.cc/v1/users/byID/me", nil)
61
if err != nil {
62
t.Fatal(err)
63
0 commit comments