test(e2e): add Slack to parametrized e2e platform tests

This commit is contained in:
Dylan Socolobsky 2026-04-07 12:57:27 -03:00 committed by Teknium
parent 79565630b0
commit dab5ec8245
2 changed files with 34 additions and 5 deletions

View file

@ -74,10 +74,6 @@ class TestSlashCommands:
send_status.assert_called_once()
@pytest.mark.asyncio
@pytest.mark.xfail(
reason="Bug: _handle_provider_command references unbound model_cfg when config.yaml is absent",
strict=False,
)
async def test_provider_shows_current_provider(self, adapter, platform):
send = await send_and_capture(adapter, "/provider", platform)