fix(typo): minor language updates (#7843)

This commit is contained in:
Matt Keeler
2025-05-27 03:26:51 -04:00
committed by GitHub
parent 60b5a79b27
commit 02ca82004f
7 changed files with 19 additions and 19 deletions
@@ -122,7 +122,7 @@ class Test_sqlserver_auditing_enabled:
assert result[0].status == "PASS"
assert (
result[0].status_extended
== f"SQL Server {sql_server_name} from subscription {AZURE_SUBSCRIPTION_ID} has a auditing policy configured."
== f"SQL Server {sql_server_name} from subscription {AZURE_SUBSCRIPTION_ID} has an auditing policy configured."
)
assert result[0].subscription == AZURE_SUBSCRIPTION_ID
assert result[0].resource_name == sql_server_name