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 4bee9e1 commit f328f9dCopy full SHA for f328f9d
coderd/database/dbauthz/dbauthz_test.go
@@ -4205,8 +4205,10 @@ func (s *MethodTestSuite) TestSystemFunctions() {
4205
AgentID: agent.ID,
4206
Health: database.WorkspaceAppHealthDisabled,
4207
SharingLevel: database.AppSharingLevelOwner,
4208
+ OpenIn: database.WorkspaceAppOpenInSlimWindow,
4209
CORSBehavior: database.AppCorsBehaviorSimple,
4210
}).Asserts(ws, policy.ActionUpdate)
4211
+ }))
4212
s.Run("InsertWorkspaceResourceMetadata", s.Subtest(func(db database.Store, check *expects) {
4213
check.Args(database.InsertWorkspaceResourceMetadataParams{
4214
WorkspaceResourceID: uuid.New(),
0 commit comments