GitHub Autocomment: fix flaky test notifications

This commit is contained in:
Alexander Bayandin
2023-05-10 11:53:02 +01:00
committed by Alexander Bayandin
parent 1d490b2311
commit 7fc778d251

View File

@@ -69,7 +69,7 @@ module.exports = async ({ github, context, fetch, reports }) => {
if (test.retriesCount > 0) {
retriedTests.push(test);
if (test.retriedStatusChangedTests) {
if (test.retriesStatusChange) {
retriedStatusChangedTests.push(test);
}
}