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 26741cd commit e69fbaeCopy full SHA for e69fbae
st2common/tests/unit/test_config_loader.py
@@ -545,6 +545,7 @@ def test_get_config_dynamic_config_item_under_additional_properties(self):
545
"host": "127.1.2.7",
546
"port": 8282,
547
# encrypted in datastore
548
+ # (schema declares `secret: true` which triggers auto-decryption)
549
"token": "{{st2kv.system.k1_encrypted}}",
550
},
551
}
0 commit comments