Skip to content

Commit 170b942

Browse files
authored
Update find_flaky_tests.py
1 parent 4ac7dd9 commit 170b942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

find_flaky_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ def print_for_slack(occurrences: List[Occurrence], state: AppState):
153153
"text": {
154154
"type": "mrkdwn",
155155
"text": content,
156-
}
156+
},
157+
"expand": True,
157158
}
158159
]
159160

0 commit comments

Comments
 (0)