oncall-engine/engine/apps/slack/tests
Matias Bordese 693b5a41c4
Add slack command to trigger direct paging (#1154)
Slash command needs to be added to slack app manifest:

```
  slash_commands:
    - command: /escalate
      url: https://<oncall-public-url>/slack/interactive_api_endpoint/
      description: Create a new alert group escalation
      should_escape: false
```
2023-01-20 09:06:27 -03:00
..
test_scenario_steps Add slack command to trigger direct paging (#1154) 2023-01-20 09:06:27 -03:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
conftest.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
factories.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
test_create_message_blocks.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
test_parse_slack_usernames.py Schedules alpha fixes (#541) 2022-09-21 11:19:59 +01:00
test_populate_slack_channels.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
test_reset_slack.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
test_user_group.py World, meet OnCall! 2022-06-03 08:09:47 -06:00