Skip to content

Commit

Permalink
clean up fixture schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 9, 2021
1 parent e1ef44b commit 46ce281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion st2common/tests/unit/test_config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def test_get_config_dynamic_config_item_under_additional_properties(self):
self.assertEqual(
config_rendered,
{
"regions": "us-east-1",
"region": "us-east-1",
"profiles": {
"dev": {
"host": "127.0.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
regions:
type: "array"
region:
type: "string"
required: false
default: "us-east-1"
profiles:
Expand Down

0 comments on commit 46ce281

Please sign in to comment.