Commit c5887eef authored by Massimiliano Pippi's avatar Massimiliano Pippi

fix typo

parent a27cd0ce
......@@ -57,7 +57,7 @@ func TestTokenIntegration(t *testing.T) {
}
// Obtain info
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)
if err != nil {
t.Fatal(err)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment