Ver código fonte

tests: tweak test key to include more suspicious characters

Jason Rumney 1 ano atrás
pai
commit
2b8551cec6
1 arquivos alterados com 2 adições e 1 exclusões
  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)