test(e2e): add Slack to parametrized e2e platform tests
This commit is contained in:
committed by
Teknium
parent
79565630b0
commit
dab5ec8245
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user