Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Sep 26, 2024
1 parent 8ba3452 commit 0ffff03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
Expand Down

0 comments on commit 0ffff03

Please sign in to comment.