Integration test for get_scopes_from_refresh_token token.
Open
- Dominant language
- Python
- Stars
- 370
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
An integration test for `get_scopes_from_refresh_token` with the actual live server is needed.
**DoD**
- fetch refresh token from the live server using **Cloud KMS.**
- Use the token to extract its scope
- assert if the scopes are the same as expected scopes
- In the CI pipeline we will be using our `test_project`
**Challenges**
- Requires a credit card to create a GCP account, hence to implement this you must have a credit card account.
- Enabling Cloud KMS const as low as **3.00 USD**
Contributor guide
Assessment
This issue has not been assessed yet.