Skip to content

Commit 227615b

Browse files
committed
test: break ci as a proof of concept
1 parent dc60f1e commit 227615b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
verbose: true
8484
- name: Send notifications of failing tests
85-
if: failure() && github.ref == 'refs/heads/main'
85+
if: failure()
8686
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
8787
with:
8888
errors: true

tests/scenario_tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def handle(context: BoltContext, respond):
264264

265265
req = BoltRequest(body=app_mention_event_body, headers={}, mode="socket_mode")
266266
response = app.dispatch(req)
267-
assert response.status == 200
267+
assert response.status == 418
268268
assert result["called"] is True
269269

270270
def test_argument_logger_propagation(self):

0 commit comments

Comments
 (0)