Skip to content

Commit b371a7e

Browse files
committed
add authtest skip
1 parent e599a50 commit b371a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderdtest/authtest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
198198
"GET:/api/v2/workspaceagents/me/turn": {NoAuthorize: true},
199199
"GET:/api/v2/workspaceagents/me/coordinate": {NoAuthorize: true},
200200
"POST:/api/v2/workspaceagents/me/version": {NoAuthorize: true},
201+
"POST:/api/v2/workspaceagents/me/app-healths": {NoAuthorize: true},
201202
"GET:/api/v2/workspaceagents/me/report-stats": {NoAuthorize: true},
202203
"GET:/api/v2/workspaceagents/{workspaceagent}/iceservers": {NoAuthorize: true},
203204

0 commit comments

Comments
 (0)