fix(github_actions): fix string in the tests

This commit is contained in:
Andoni A.
2025-11-06 16:51:12 +01:00
parent 07dc0524b6
commit a693d7af7e
+3 -1
View File
@@ -17,7 +17,7 @@ prowler_command = "prowler"
# capsys
# https://docs.pytest.org/en/7.1.x/how-to/capture-stdout-stderr.html
prowler_default_usage_error = "usage: prowler [-h] [--version] {aws,azure,gcp,kubernetes,m365,github,nhn,mongodbatlas,oraclecloud,dashboard,iac} ..."
prowler_default_usage_error = "usage: prowler [-h] [--version] {aws,azure,gcp,kubernetes,m365,github,nhn,mongodbatlas,oraclecloud,dashboard,iac,github_actions,llm} ..."
def mock_get_available_providers():
@@ -32,6 +32,8 @@ def mock_get_available_providers():
"nhn",
"mongodbatlas",
"oraclecloud",
"github_actions",
"llm",
]