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 73e356c commit 24332f4Copy full SHA for 24332f4
coderd/database/dbauthz/dbauthz_test.go
@@ -996,10 +996,10 @@ func (s *MethodTestSuite) TestOrganization() {
996
997
check.Args(database.PaginatedOrganizationMembersParams{
998
OrganizationID: o.ID,
999
- LimitOpt: 1,
+ LimitOpt: 0,
1000
}).Asserts(
1001
rbac.ResourceOrganizationMember.InOrg(o.ID), policy.ActionRead,
1002
- )
+ ).Returns(mem)
1003
}))
1004
s.Run("UpdateMemberRoles", s.Subtest(func(db database.Store, check *expects) {
1005
o := dbgen.Organization(s.T(), db, database.Organization{})
0 commit comments