From 2522fa491523097e6d8c47ce2e6a298e2ddf3932 Mon Sep 17 00:00:00 2001 From: Patrick Jones Date: Tue, 13 Oct 2020 12:05:31 -0700 Subject: [PATCH] Tweaked some internal notes --- google/internal/oauth/stsExchange_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google/internal/oauth/stsExchange_test.go b/google/internal/oauth/stsExchange_test.go index fd0ca1f..31b1b3f 100644 --- a/google/internal/oauth/stsExchange_test.go +++ b/google/internal/oauth/stsExchange_test.go @@ -51,7 +51,7 @@ var serverReq = http.Request{ "Content-Type": []string{"application/x-www-form-urlencoded"}, "User-Agent": []string{"Go-http-client/1.1"}, }, - Body: nil, //TODO: Oh god how do I get this... + Body: nil, //TODO: Construct this struct ContentLength: 1192, Close: false, Host: "127.0.0.1:41147", //TODO: Does this conflict due to separate addresses? @@ -64,7 +64,6 @@ var serverReq = http.Request{ TLS: nil, Cancel: nil, Response: nil, - //TODO: I hope to God that I don't need to set ctx for the comparison... } var serverResp = http.Response{