File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2130,7 +2130,7 @@ func (s *MethodTestSuite) TestExtraMethods() {
2130
2130
s .NoError (err , "insert provisioner daemon" )
2131
2131
ds , err := db .GetProvisionerDaemonsByProvisionerJobs (context .Background (), []uuid.UUID {d .ID })
2132
2132
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 )
2134
2134
}))
2135
2135
s .Run ("DeleteOldProvisionerDaemons" , s .Subtest (func (db database.Store , check * expects ) {
2136
2136
_ , err := db .UpsertProvisionerDaemon (context .Background (), database.UpsertProvisionerDaemonParams {
You can’t perform that action at this time.
0 commit comments