Skip to content

Commit

Permalink
[FormRecognizer] Updated Form Recognizer sanitized properties (#28151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski committed Apr 11, 2022
1 parent 7ac1c4a commit 24e3145
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ public FormRecognizerLiveTestBase(bool isAsync, FormRecognizerClientOptions.Serv
{
_serviceVersion = serviceVersion;
JsonPathSanitizers.Add("$..accessToken");
JsonPathSanitizers.Add("$..containerUrl");
JsonPathSanitizers.Add("$..source");
SanitizedHeaders.Add(Constants.AuthorizationHeader);
// temporary until https://github.com/Azure/azure-sdk-for-net/issues/27688 is addressed
CompareBodies = false;
}

/// <summary>
Expand Down

0 comments on commit 24e3145

Please sign in to comment.