8000 fix tests · coder/coder@dcf12b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcf12b5

Browse files
committed
fix tests
1 parent 81fc829 commit dcf12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ func (s *MethodTestSuite) TestExtraMethods() {
21302130
s.NoError(err, "insert provisioner daemon")
21312131
ds, err := db.GetProvisionerDaemonsByProvisionerJobs(context.Background(), []uuid.UUID{d.ID})
21322132
s.NoError(err, "get provisioner daemon by org")
2133-
check.Args(database.< 5186 span class="pl-smi x">GetProvisionerDaemonsByOrganizationParams{OrganizationID: org.ID}).Asserts(d, policy.ActionRead).Returns(ds)
2133+
check.Args(uuid.UUIDs{org.ID}).Asserts(d, policy.ActionRead).Returns(ds)
21342134
}))
21352135
s.Run("DeleteOldProvisionerDaemons", s.Subtest(func(db database.Store, check *expects) {
21362136
_, err := db.UpsertProvisionerDaemon(context.Background(), database.UpsertProvisionerDaemonParams{

0 commit comments

Comments
 (0)
0