We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e64df commit 35ad3c5Copy full SHA for 35ad3c5
contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py
@@ -287,7 +287,7 @@ def configure_imported_roles(
287
return
288
except Exception as e:
289
self.pbar.write(
290
- f"The follwoing roles do not exist:'{enterprise_security_roles}: {str(e)}"
+ f"The following role(s) do not exist:'{enterprise_security_roles}: {str(e)}"
291
)
292
293
self.get_conn().roles.post(
0 commit comments