We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c654e6f commit 0e9dfb9Copy full SHA for 0e9dfb9
tests/zaptec/test_redact.py
@@ -2,13 +2,8 @@
2
3
from __future__ import annotations
4
5
-from codecs import ascii_encode
6
-from pprint import pformat
7
-import re
8
-
9
import pytest
10
11
-from custom_components.zaptec.zaptec import zconst
12
from custom_components.zaptec.zaptec.redact import Redactor
13
from custom_components.zaptec.zaptec.zconst import ZCONST
14
@@ -45,7 +40,6 @@ def test_add_and_dumps_creates_entries(redactor: Redactor) -> None:
45
40
46
41
dump_output = redactor.dumps()
47
42
assert "secret_value" in dump_output
48
- assert isinstance(pformat({}), str)
49
43
50
44
51
def test_add_uid_uses_uid_tail(redactor: Redactor) -> None:
0 commit comments