Skip to content

Commit f328f9d

Browse files
committed
fix unintended deletes in dbauthz_test.go
Signed-off-by: Callum Styan <callumstyan@gmail.com>
1 parent 4bee9e1 commit f328f9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4205,8 +4205,10 @@ func (s *MethodTestSuite) TestSystemFunctions() {
42054205
AgentID: agent.ID,
42064206
Health: database.WorkspaceAppHealthDisabled,
42074207
SharingLevel: database.AppSharingLevelOwner,
4208+
OpenIn: database.WorkspaceAppOpenInSlimWindow,
42084209
CORSBehavior: database.AppCorsBehaviorSimple,
42094210
}).Asserts(ws, policy.ActionUpdate)
4211+
}))
42104212
s.Run("InsertWorkspaceResourceMetadata", s.Subtest(func(db database.Store, check *expects) {
42114213
check.Args(database.InsertWorkspaceResourceMetadataParams{
42124214
WorkspaceResourceID: uuid.New(),

0 commit comments

Comments
 (0)