(t *testing.T)
| 1047 | } |
| 1048 | |
| 1049 | func (s *restartableTestServer) Start(t *testing.T) { |
| 1050 | t.Helper() |
| 1051 | _, _ = s.startWithFirstUser(t) |
| 1052 | } |
| 1053 | |
| 1054 | func (s *restartableTestServer) startWithFirstUser(t *testing.T) (client *codersdk.Client, firstUser codersdk.CreateFirstUserResponse) { |
| 1055 | t.Helper() |
nothing calls this directly
no test coverage detected