Skip to content

Fix flaky test in ee/spec/requests/api/graphql/project/cluster_agents_spec.rb

Stan Hu requested to merge sh-fix-cluster-agents-spec into master

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.

Relates to #328654 (closed)

Edited by Stan Hu

Merge request reports