Skip to content

Commit 23773c2

Browse files
committed
Revert test change
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 51773ec commit 23773c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ func (s *MethodTestSuite) TestOrganization() {
979979
})
980980

981981
check.Args(database.OrganizationMembersParams{
982-
OrganizationID: o.ID,
983-
UserID: u.ID,
982+
OrganizationID: uuid.UUID{},
983+
UserID: uuid.UUID{},
984984
}).Asserts(
985985
mem, policy.ActionRead,
986986
)

0 commit comments

Comments
 (0)