Skip to content

Commit 74e9375

Browse files
authored
Merge pull request #7 from Staffbase/set-expand-true-on-slack-sections
2 parents 4ac7dd9 + 170b942 commit 74e9375

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)