We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddd69e commit 909c895Copy full SHA for 909c895
coderd/database/dbauthz/dbauthz_test.go
@@ -994,8 +994,7 @@ func (s *MethodTestSuite) TestOrganization() {
994
member, policy.ActionRead,
995
member, policy.ActionDelete).
996
WithNotAuthorized("no rows").
997
- WithCancelled(cancelledErr).
998
- ErrorsWithInMemDB(sql.ErrNoRows)
+ WithCancelled(cancelledErr)
999
}))
1000
s.Run("UpdateOrganization", s.Subtest(func(db database.Store, check *expects) {
1001
o := dbgen.Organization(s.T(), db, database.Organization{
0 commit comments