diff --git a/tests/sources/rest_api/integration/test_rest_api_source.py b/tests/sources/rest_api/integration/test_rest_api_source.py index ecc06a0dba..c56e710078 100644 --- a/tests/sources/rest_api/integration/test_rest_api_source.py +++ b/tests/sources/rest_api/integration/test_rest_api_source.py @@ -12,6 +12,7 @@ ) def test_all_examples(example_name: str) -> None: from dlt.sources import rest_api_pipeline + # reroute token location from secrets github_token: TSecretStrValue = dlt.secrets.get("sources.github.access_token") dlt.secrets["sources.rest_api_pipeline.github.access_token"] = github_token