Skip to content

Commit

Permalink
More specific slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 17, 2024
1 parent 71d1a2b commit c68feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main():
response = requests.post(
SLACK_WEBHOOK,
json={
"text": f"Acceptance test {result and result.id} completed with status: {passed}"
"text": f"nextroute acceptance test {result and result.id} completed with status: {passed}"
+ f" (<{create_test_url(result and result.id)}|View results>)",
},
)
Expand Down

0 comments on commit c68feb2

Please sign in to comment.