-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[formrecognizer] Refactor DMAC tests #22117
[formrecognizer] Refactor DMAC tests #22117
Conversation
"percentCompleted": 100, "result": {"docTypes": {"4fa30281-9430-4b15-b99f-0c0f0f41ccec": | ||
string: '{"operationId": "31527274843_83e52eec-d42a-48ad-a8ea-6a99b6449c32", | ||
"kind": "documentModelBuild", "status": "succeeded", "createdDateTime": "2021-12-09T23:39:16Z", | ||
"lastUpdatedDateTime": "2021-12-09T23:39:20Z", "resourceLocation": "https://region.api.cognitive.microsoft.com//formrecognizer/documentModels/4852f416-8369-4ac6-b5c5-4c676c2c4f1b?api-version=2021-09-30-preview", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double-slash is interesting here. Hope it's just coming from the sanitizer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think (hope) it's just the sanitizer, but I added an issue to investigate: #22156
* refactor DMAC tests into separate files, update recordings * rename FTC tests * refactor copy and compose tests * update copy and compose recordings * refactor mgmt tests * rename ftc copy and compose tests * update mgmt recordings * remove unused imports * add missing recording
* refactor DMAC tests into separate files, update recordings * rename FTC tests * refactor copy and compose tests * update copy and compose recordings * refactor mgmt tests * rename ftc copy and compose tests * update mgmt recordings * remove unused imports * add missing recording
Fixes #20862
Fixes #20849
Part of #16689, #22025