• Stan Hu's avatar
    Fix flaky test in cluster_agents_spec.rb · a7b47b50
    Stan Hu authored
    Two of the three tokens had `nil` `last_used_at` dates, and the database
    can return those in any order. To fix the spec, we assign one of the
    `nil` values a date. The order also needs to be sorted most recently
    used, with `nil` at the end.
    a7b47b50
cluster_agents_spec.rb 2.63 KB