fix tests

This commit is contained in:
Christopher Homberger
2025-05-03 14:27:44 +02:00
parent 0a5a6ebc9b
commit 27c9c279d8
+1 -1
View File
@@ -111,7 +111,7 @@ func (opts FindRunOptions) ToJoins() []db.JoinFunc {
}
func (opts FindRunOptions) ToOrders() string {
return "`id` DESC"
return "`action_run`.`id` DESC"
}
type StatusInfo struct {