Skip to content

Commit

Permalink
chore: improve all_enabled feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Jul 30, 2021
1 parent 649d987 commit 38c7bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/feature_toggles/test_feature_toggles.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ def test_multiple_features_enabled(mocker, config):
"my_feature2": {
"feature_default_value": True,
},
"my_feature3": {
"feature_default_value": False,
},
},
}
conf_store = init_configuration_store(mocker, mocked_app_config_schema, config)
Expand Down

0 comments on commit 38c7bd1

Please sign in to comment.