Skip to content

Commit

Permalink
move openid testlib helper to cse modules
Browse files Browse the repository at this point in the history
Change-Id: I4f48b349c9b17038a0a7412657c2d93dc584fa57
  • Loading branch information
kain88-de committed Oct 31, 2023
1 parent a44477c commit b674319
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 224 deletions.
2 changes: 1 addition & 1 deletion scripts/create_test_idp_cse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export URL="http://localhost:${PORT}"
configure_cognito $URL 5000

export PYTHONPATH="${REPO_PATH}/tests/testlib"
"$REPO_PATH"/scripts/run-pipenv run uvicorn openid_oauth_provider:application --port "$PORT"
"$REPO_PATH"/scripts/run-pipenv run uvicorn cse.openid_oauth_provider:application --port "$PORT"
127 changes: 0 additions & 127 deletions tests/testlib/openid_oauth_provider.py

This file was deleted.

96 changes: 0 additions & 96 deletions tests/unit/testlib/test_openid_oauth_provider.py

This file was deleted.

0 comments on commit b674319

Please sign in to comment.