mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
- Fix a typo in the Linode inventory plugin unit tests
- Fix some style issues in descriptions where punctuation was missing
Signed-off-by: Kellin <kellin@retromud.org>
(cherry picked from commit fccae19177)
Co-authored-by: Kellin <kellin@retromud.org>
This commit is contained in:
@@ -62,7 +62,7 @@ def test_empty_config_query_options(inventory):
|
||||
assert regions == types == tags == []
|
||||
|
||||
|
||||
def test_conig_query_options(inventory):
|
||||
def test_config_query_options(inventory):
|
||||
regions, types, tags = inventory._get_query_options({
|
||||
'regions': ['eu-west', 'us-east'],
|
||||
'types': ['g5-standard-2', 'g6-standard-2'],
|
||||
|
||||
Reference in New Issue
Block a user