Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c74018

Browse files
committed
fix auth test
1 parent ec066aa commit 9c74018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
130130
"PUT:/api/v2/workspaces/{workspace}/autostop": {NoAuthorize: true},
131131
"GET:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
132132
"POST:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
133+
"POST:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
133134

134135
"POST:/api/v2/files": {NoAuthorize: true},
135136
"GET:/api/v2/files/{hash}": {NoAuthorize: true},

0 commit comments

Comments
 (0)