Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! require AuthN on /api/v2/experiments
  • Loading branch information
johnstcn committed Jan 18, 2023
commit 3ba27ea4e38c9e0e1f0c15ba11708abe29ee4a42
1 change: 0 additions & 1 deletion coderd/coderdtest/swaggerparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ func assertPathParametersDefined(t *testing.T, comment SwaggerComment) {
func assertSecurityDefined(t *testing.T, comment SwaggerComment) {
if comment.router == "/updatecheck" ||
comment.router == "/buildinfo" ||
comment.router == "/experiments" ||
comment.router == "/" {
return // endpoints do not require authorization
}
Expand Down