From 780273baa8ed946b42f2917b72785d6da07d4359 Mon Sep 17 00:00:00 2001
From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com>
Date: Wed, 6 May 2020 19:02:07 +0200
Subject: [PATCH] Update main.go for token tests

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index a784982..aeb6f8f 100644
--- a/main.go
+++ b/main.go
@@ -105,7 +105,7 @@ func main() {
 		clientSecret := query.Get("client_secret")
 		code := query.Get("code")
 		grantType := query.Get("grant_type")
-		redirectUri := query.Get("redirect_uri")
+		// redirectUri := query.Get("redirect_uri")
 
 		tokenUrl := "https://gw.hml.api.enedis.fr/v1/oauth2/token"
 		data := url.Values{}
-- 
GitLab