Skip to content

Commit 9aad6cb

Browse files
committed
add authtest skip
1 parent d3b35f9 commit 9aad6cb

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
@@ -196,6 +196,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
196196
"GET:/api/v2/workspaceagents/me/turn": {NoAuthorize: true},
197197
"GET:/api/v2/workspaceagents/me/coordinate": {NoAuthorize: true},
198198
"POST:/api/v2/workspaceagents/me/version": {NoAuthorize: true},
199+
"POST:/api/v2/workspaceagents/me/app-healths": {NoAuthorize: true},
199200
"GET:/api/v2/workspaceagents/me/report-stats": {NoAuthorize: true},
200201
"GET:/api/v2/workspaceagents/{workspaceagent}/iceservers": {NoAuthorize: true},
201202

0 commit comments

Comments
 (0)