Skip to content

Commit 108ea0a

Browse files
test: fix tests
1 parent 13fb1af commit 108ea0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,6 +4942,10 @@ func (s *MethodTestSuite) TestPrebuilds() {
49424942
},
49434943
InvalidateAfterSecs: preset.InvalidateAfterSecs,
49444944
OrganizationID: org.ID,
4945+
PrebuildStatus: database.NullPrebuildStatus{
4946+
PrebuildStatus: database.PrebuildStatusNormal,
4947+
Valid: true,
4948+
},
49454949
})
49464950
}))
49474951
s.Run("UpdatePrebuildStatus", s.Subtest(func(db database.Store, check *expects) {

0 commit comments

Comments
 (0)