chore!: remove GET workspaceagents/me/report-stats (#5530)

* chore!: remove GET workspaceagents/me/report-stats

* Fix: tests
This commit is contained in:
Marcin Tojek
2023-01-02 21:38:51 +01:00
committed by GitHub
parent d124fab642
commit 8bb7e17bf1
3 changed files with 0 additions and 135 deletions

View File

@ -71,7 +71,6 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
"GET:/api/v2/workspaceagents/me/coordinate": {NoAuthorize: true},
"POST:/api/v2/workspaceagents/me/version": {NoAuthorize: true},
"POST:/api/v2/workspaceagents/me/app-health": {NoAuthorize: true},
"GET:/api/v2/workspaceagents/me/report-stats": {NoAuthorize: true},
"POST:/api/v2/workspaceagents/me/report-stats": {NoAuthorize: true},
// These endpoints have more assertions. This is good, add more endpoints to assert if you can!