Skip to content

Commit

Permalink
Fix for PR check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyapathak committed Feb 5, 2025
1 parent a3d2331 commit 2b15d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/core/azure_image_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class AzureImageStandard(TestSuite):
r"msg=\'op=PAM:setcred\s+grantors=\?[\s\S]*?acct=\"(?P<acct>[a-zA-Z0-9\*\-]+)\"" # noqa: E501
r"\s+exe=\"(?P<exe>[^\"]+)\"\s+hostname=\? addr=\? terminal=\? res="
r"(?P<res>[a-zA-Z]+)\'\r"
),# noqa: E501
),
]

@TestCaseMetadata(
Expand Down

0 comments on commit 2b15d9d

Please sign in to comment.