Skip to content

Commit 159442b

Browse files
committed
fix auth test
1 parent 9f91671 commit 159442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
128128
"PUT:/api/v2/workspaces/{workspace}/autostop": {NoAuthorize: true},
129129
"GET:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
130130
"POST:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
131-
"POST:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
131+
"CONNECT:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
132132

133133
"POST:/api/v2/files": {NoAuthorize: true},
134134
"GET:/api/v2/files/{hash}": {NoAuthorize: true},

0 commit comments

Comments
 (0)