Skip to content

Commit e69fbae

Browse files
committed
add clarifying comment in test
1 parent 26741cd commit e69fbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

st2common/tests/unit/test_config_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ def test_get_config_dynamic_config_item_under_additional_properties(self):
545545
"host": "127.1.2.7",
546546
"port": 8282,
547547
# encrypted in datastore
548+
# (schema declares `secret: true` which triggers auto-decryption)
548549
"token": "{{st2kv.system.k1_encrypted}}",
549550
},
550551
}

0 commit comments

Comments
 (0)