Skip to content

Commit c71980b

Browse files
allenporterCopilot
andcommitted
chore: Update tests/devices/traits/v1/fixtures.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 23b89a1 commit c71980b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/v1/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def map_rpc_channel_fixture() -> AsyncMock:
4242

4343
@pytest.fixture(autouse=True, name="web_api_client")
4444
def web_api_client_fixture() -> AsyncMock:
45-
"""Fixture to set up the channel for tests."""
45+
"""Fixture to set up the web API client for tests."""
4646
return AsyncMock()
4747

4848

0 commit comments

Comments
 (0)