We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a176 commit b09dcedCopy full SHA for b09dced
sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py
@@ -15,6 +15,7 @@ class TestAuth(TextAnalyticsTest):
15
def test_active_directory_auth(self):
16
token = self.generate_oauth_token()
17
endpoint = self.get_oauth_endpoint()
18
+ raise ValueError(endpoint)
19
text_analytics = TextAnalyticsClient(endpoint, token)
20
21
docs = [{"id": "1", "text": "I should take my cat to the veterinarian."},
0 commit comments