We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f91671 commit 159442bCopy full SHA for 159442b
coderd/coderd_test.go
@@ -128,7 +128,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
128
"PUT:/api/v2/workspaces/{workspace}/autostop": {NoAuthorize: true},
129
"GET:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
130
"POST:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
131
- "POST:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
+ "CONNECT:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
132
133
"POST:/api/v2/files": {NoAuthorize: true},
134
"GET:/api/v2/files/{hash}": {NoAuthorize: true},
0 commit comments