Skip to content

Commit

Permalink
Add last_resolved_at to flaky tests api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
meghan-kradolfer committed Aug 27, 2024
1 parent 3942f22 commit 4652888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/apis/rest_api/analytics/flaky_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ curl -H "Authorization: Bearer $TOKEN" \
"file_name": "./spec/models/user_spec.rb",
"instances": 1,
"latest_occurrence_at": "2024-07-15T00:07:02.547Z",
"most_recent_instance_at": "2024-07-15T00:07:02.547Z"
"most_recent_instance_at": "2024-07-15T00:07:02.547Z",
"last_resolved_at": null
}
]
```
Expand Down

0 comments on commit 4652888

Please sign in to comment.