Skip to content

Commit ca2a30d

Browse files
committed
chore: Fix CI logging
1 parent f77b69e commit ca2a30d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: poetry install
5151
shell: bash
5252
- name: Test with Pytest
53-
run: poetry run pytest --log-level=DEBUG -vv -s
53+
run: poetry run pytest --log-cli-level=DEBUG -vv -s
5454
shell: bash
5555
release:
5656
runs-on: ubuntu-latest

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ async def test_get_prop():
134134
assert props.dock_summary.dust_collection_mode is not None
135135

136136

137+
137138
@pytest.fixture(name="connected_mqtt_client")
138139
async def connected_mqtt_client_fixture(
139140
response_queue: Queue, mqtt_client: RoborockMqttClientV1

0 commit comments

Comments
 (0)