From bba82a86b137c73832ad7b6a397d3db24fcc625f Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 26 Dec 2024 22:58:37 +0100 Subject: Add encrypted values to ETOOLKIT_SENSITIVE implicitly --- tests/conftest.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 37dd184..a4463fd 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -49,6 +49,11 @@ def config_data(): '+YYrZbwTBuG0Pl+WMQrvxLUtq5j8qYuQqz' 'oIwgoGt7AaWZCJz+E7qoDeg3wke70ST8U=' ), + 'ETOOLKIT_TEST_PASSWORD2': ( + 'enc-val$2$RCSZqq9pWrRDoCVYVHopyu1LzaJGfv8roVviqrLTBxM=$' + '+YYrZbwTBuG0Pl+WMQrvxLUtq5j8qYuQqz' + 'oIwgoGt7AaWZCJz+E7qoDeg3wke70ST8U=' + ), }, }, } -- cgit v1.3