File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 name : Regression notifications
8787 runs-on : ubuntu-latest
8888 needs : build
89- if : failure()
89+ if : failure() && github.ref == 'refs/heads/zimeg-ci-notifications'
9090 steps :
9191 - name : Send notifications of failing tests
9292 uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments