File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/formrecognizer/azure-ai-formrecognizer/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -727,9 +727,9 @@ def form_recognizer_account():
727727 if ENDPOINT != "None" :
728728 FormRecognizerTest ._FORM_RECOGNIZER_ACCOUNT = ENDPOINT
729729 if REGION == "centraluseuap" :
730- FormRecognizerTest ._FORM_RECOGNIZER_KEY = os .getenv ("FORM_RECOGNIZER_PYTHON_CANARY_API_KEY " )
730+ FormRecognizerTest ._FORM_RECOGNIZER_KEY = os .getenv ("AZURE_FORM_RECOGNIZER_PYTHON_CANARY_API_KEY " )
731731 else :
732- FormRecognizerTest ._FORM_RECOGNIZER_KEY = os .getenv ("FORM_RECOGNIZER_PYTHON_API_KEY " )
732+ FormRecognizerTest ._FORM_RECOGNIZER_KEY = os .getenv ("AZURE_FORM_RECOGNIZER_PYTHON_API_KEY " )
733733 FormRecognizerTest ._FORM_RECOGNIZER_NAME = NAME
734734 FormRecognizerTest ._RESOURCE_GROUP = ResourceGroup (name = RESOURCE_GROUP )
735735 yield
You can’t perform that action at this time.
0 commit comments