Thanks to visit codestin.com Credit goes to github.com
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 b146424 commit aa92135Copy full SHA for aa92135
coderd/coderd_test.go
@@ -130,7 +130,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
130
"PUT:/api/v2/workspaces/{workspace}/autostop": {NoAuthorize: true},
131
"GET:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
132
"POST:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
133
- "POST:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
+ "CONNECT:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
134
135
"POST:/api/v2/files": {NoAuthorize: true},
136
"GET:/api/v2/files/{hash}": {NoAuthorize: true},
0 commit comments