Skip to content

Commit f0be21d

Browse files
CopilotiMicknl
andauthored
Remove redundant isinstance assertion in diagnostic test
Agent-Logs-Url: https://github.com/iMicknl/python-overkiz-api/sessions/780a5262-1b4d-44e0-86b6-7720038d3cb7 Co-authored-by: iMicknl <1424596+iMicknl@users.noreply.github.com>
1 parent 9040cf6 commit f0be21d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ async def test_get_diagnostic_data_redacted_by_default(self, client: OverkizClie
362362
"action_groups": [{"masked": True}],
363363
}
364364
assert obfuscate.call_count == 2
365-
assert isinstance(diagnostics["action_groups"], list)
366365

367366
@pytest.mark.asyncio
368367
async def test_get_diagnostic_data_without_masking(self, client: OverkizClient):

0 commit comments

Comments
 (0)