mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix(github_actions): fix string in the tests
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user