Skip to content

Commit

Permalink
add clarifying comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 10, 2021
1 parent 26741cd commit 408e14f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions st2common/tests/unit/test_config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ def test_get_config_dynamic_config_item_under_additional_properties(self):
"host": "127.1.2.7",
"port": 8282,
# encrypted in datastore
# (schema declares `secret: true` which triggers auto-decryption)
"token": "{{st2kv.system.k1_encrypted}}",
},
}
Expand Down

0 comments on commit 408e14f

Please sign in to comment.