MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / slack_channels_data_response

Function slack_channels_data_response

api/tests/integration/slack/conftest.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture
15def slack_channels_data_response(): # type: ignore[no-untyped-def]
16 channels = [SlackChannel("name1", "id1"), SlackChannel("name2", "id2")]
17 return ChannelsDataResponse(channels=channels, cursor="test_cursor")
18
19
20@pytest.fixture

Callers

nothing calls this directly

Calls 2

SlackChannelClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…