From 0ffff03e3acb1e7945c8fa834d98174eb6f51411 Mon Sep 17 00:00:00 2001 From: Francesco Ilario Date: Thu, 26 Sep 2024 09:52:20 +0200 Subject: [PATCH] remove unneeded comment Signed-off-by: Francesco Ilario --- pkg/proxy/proxy_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/proxy/proxy_test.go b/pkg/proxy/proxy_test.go index 88e9312f..cb1aa373 100644 --- a/pkg/proxy/proxy_test.go +++ b/pkg/proxy/proxy_test.go @@ -687,7 +687,6 @@ func (s *TestProxySuite) checkProxyOK(fakeApp *fake.ProxyFakeApp, p *Proxy) { "Authorization": {"Bearer clusterSAToken"}, }, ExpectedProxyResponseStatus: http.StatusInternalServerError, - // ExpectedResponse: "invalid workspace request: access to workspace 'alice-private' is forbidden", OverrideGetSignupFunc: func(_ *gin.Context, _, _ string, _ bool) (*signup.Signup, error) { return nil, fmt.Errorf("test error") },