ソースを参照

tests: tweak test key to include more suspicious characters

Jason Rumney 10 ヶ月 前
コミット
2b8551cec6
1 ファイル変更2 行追加1 行削除
  1. 2 1
      tests/test_config_flow.py

+ 2 - 1
tests/test_config_flow.py

@@ -22,7 +22,8 @@ from custom_components.tuya_local.const import (
     DOMAIN,
 )
 
-TESTKEY = ")<jO<@)'P1dkR$Kd"
+# Designed to contain "special" characters that users constantly suspect.
+TESTKEY = ")<jO<@)'P1|kR$Kd"
 
 
 @pytest.fixture(autouse=True)