Skip to content

Commit

Permalink
change user config to a valid value for tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
AmTryingMyBest committed Jan 7, 2025
1 parent cfde6b0 commit e442440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ml-testing-toolkit/spec_files/user_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"VERSION": 1,
"CALLBACK_ENDPOINT": "http://example-users-api-service:8000",
"CALLBACK_ENDPOINT": "http://account-lookup-service:4002",
"CALLBACK_RESOURCE_ENDPOINTS": {
"enabled": true,
"endpoints": [
Expand Down Expand Up @@ -66,4 +66,4 @@
},
"DEFAULT_ENVIRONMENT_FILE_NAME": "default-env.json",
"LABELS": []
}
}

0 comments on commit e442440

Please sign in to comment.