Skip to content

Commit 857e2d4

Browse files
committed
add exception
1 parent eea6046 commit 857e2d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/coderdtest/swaggerparser.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ func assertProduce(t *testing.T, comment SwaggerComment) {
360360
(comment.router == "/workspaceagents/me/startup/logs" && comment.method == "patch") ||
361361
(comment.router == "/licenses/{id}" && comment.method == "delete") ||
362362
(comment.router == "/debug/coordinator" && comment.method == "get") ||
363-
(comment.router == "/debug/tailnet" && comment.method == "get") {
363+
(comment.router == "/debug/tailnet" && comment.method == "get") ||
364+
(comment.router == "/workspaces/{workspace}/acl" && comment.method == "patch") {
364365
return // Exception: HTTP 200 is returned without response entity
365366
}
366367

0 commit comments

Comments
 (0)