Kaynağa Gözat

tests: tweak test key to include more suspicious characters

Jason Rumney 8 ay önce
ebeveyn
işleme
2b8551cec6
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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,
     DOMAIN,
 )
 )
 
 
-TESTKEY = ")<jO<@)'P1dkR$Kd"
+# Designed to contain "special" characters that users constantly suspect.
+TESTKEY = ")<jO<@)'P1|kR$Kd"
 
 
 
 
 @pytest.fixture(autouse=True)
 @pytest.fixture(autouse=True)