We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95249c0 commit d563c76Copy full SHA for d563c76
1 file changed
libs/testserver/server.go
@@ -296,12 +296,6 @@ Response.Body = '<response body here>'
296
return s
297
}
298
299
-// GetWorkspace returns (creating if necessary) the FakeWorkspace for the given token.
300
-// Use this in tests to pre-seed state before making requests.
301
-func (s *Server) GetWorkspace(token string) *FakeWorkspace {
302
- return s.getWorkspaceForToken(token)
303
-}
304
-
305
func (s *Server) getWorkspaceForToken(token string) *FakeWorkspace {
306
if token == "" {
307
return nil
0 commit comments