Skip to content

Commit 3e816c4

Browse files
chore: update audience in tests
1 parent 82d9e7c commit 3e816c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/functional/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def credential_helper() -> CredentialHelper:
2626
auth_url = os.getenv(
2727
"OAUTH_AUTH_URL", "https://crispthinking.auth0.com/oauth/token"
2828
)
29-
audience = os.getenv("OAUTH_AUDIENCE", "crisp-athena-dev")
29+
audience = os.getenv("OAUTH_AUDIENCE", "crisp-athena-live")
3030

3131
# Create credential helper
3232
credential_helper = CredentialHelper(

tests/functional/test_classify_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ async def test_streaming_classify(
200200
- ATHENA_HOST: Athena service host (default: localhost)
201201
- OAUTH_AUTH_URL: OAuth token URL
202202
(default: https://crispthinking.auth0.com/oauth/token)
203-
- OAUTH_AUDIENCE: OAuth audience (default: crisp-athena-dev)
203+
- OAUTH_AUDIENCE: OAuth audience (default: crisp-athena-live)
204204
- TEST_IMAGE_COUNT: Number of test images to classify (default: 5000)
205205
- TEST_MIN_INTERVAL: Minimum interval in milliseconds between sending
206206
images (default: None, send as fast as possible)

0 commit comments

Comments
 (0)