Skip to content

Commit 63727e0

Browse files
committed
omit another endpoint
1 parent 29da9aa commit 63727e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderd_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
9595
"GET:/api/v2/organizations/{organization}/templates": {NoAuthorize: true},
9696
"GET:/api/v2/organizations/{organization}/templates/{templatename}": {NoAuthorize: true},
9797
"POST:/api/v2/organizations/{organization}/templateversions": {NoAuthorize: true},
98+
"POST:/api/v2/organizations/{organization}/workspaces": {NoAuthorize: true},
9899

99100
"POST:/api/v2/parameters/{scope}/{id}": {NoAuthorize: true},
100101
"GET:/api/v2/parameters/{scope}/{id}": {NoAuthorize: true},

0 commit comments

Comments
 (0)