Skip to content

Commit

Permalink
fix proto method in user info url
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 15, 2024
1 parent c4863af commit 1a00033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
DJANGO_SLSX_HEALTH_CHECK_ENDPOINT = "http://localhost:8080/health"
DJANGO_SLSX_TOKEN_ENDPOINT = "http://localhost:8080/sso/session"
DJANGO_SLSX_SIGNOUT_ENDPOINT = "http://localhost:8080/sso/signout"
DJANGO_SLSX_USERINFO_ENDPOINT="https://localhost:8080/v1/users"
DJANGO_SLSX_USERINFO_ENDPOINT="http://localhost:8080/v1/users"
DJANGO_SLSX_CLIENT_ID = credentials("bb2-selenium-tests-slsx-client-id")
DJANGO_SLSX_CLIENT_SECRET = credentials("bb2-selenium-tests-slsx-client-secret")
DJANGO_USER_ID_ITERATIONS = credentials("bb2-integration-tests-bfd-iterations")
Expand Down

0 comments on commit 1a00033

Please sign in to comment.