File tree 2 files changed +2
-1
lines changed
azure-ai-textanalytics/tests
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def __init__(self, method_name):
36
36
super (TextAnalyticsTest , self ).__init__ (method_name )
37
37
38
38
def get_oauth_endpoint (self ):
39
- return self .get_settings_value ("TEXT_ANALYTICS_ENDPOINT " )
39
+ return self .get_settings_value ("TEXT_ANALYTICS_ENDPOINT_STABLE " )
40
40
41
41
def generate_oauth_token (self ):
42
42
if self .is_live :
Original file line number Diff line number Diff line change 15
15
EnvVars :
16
16
AZURE_SUBSCRIPTION_ID : $(azure-subscription-id)
17
17
AZURE_TEXT_ANALYTICS_ENDPOINT : $(python-textanalytics-test-textanalytics-account-name)
18
+ AZURE_TEXT_ANALYTICS_ENDPOINT_STABLE : $(python-textanalytics-test-textanalytics-account-name-stable)
18
19
AZURE_TEXT_ANALYTICS_KEY : $(python-textanalytics-test-textanalytics-account-key)
19
20
AZURE_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
20
21
AZURE_CLIENT_SECRET : $(aad-azure-sdk-test-client-secret)
You can’t perform that action at this time.
0 commit comments