Skip to content

Commit 9457ac8

Browse files
committed
fix tests
1 parent 213b288 commit 9457ac8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coderd/apidoc/docs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/insights.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func (api *API) insightsUserLatency(rw http.ResponseWriter, r *http.Request) {
292292
httpapi.Write(ctx, rw, http.StatusOK, resp)
293293
}
294294

295-
// @Summary Get insights about user status counts over time
295+
// @Summary Get insights about user status counts
296296
// @ID get-insights-about-user-status-counts
297297
// @Security CoderSessionToken
298298
// @Produce json

docs/reference/api/insights.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)