Skip to content

Commit b09dced

Browse files
committed
raising valueerror with endpoint in aad test
1 parent a90a176 commit b09dced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class TestAuth(TextAnalyticsTest):
1515
def test_active_directory_auth(self):
1616
token = self.generate_oauth_token()
1717
endpoint = self.get_oauth_endpoint()
18+
raise ValueError(endpoint)
1819
text_analytics = TextAnalyticsClient(endpoint, token)
1920

2021
docs = [{"id": "1", "text": "I should take my cat to the veterinarian."},

0 commit comments

Comments
 (0)