Skip to content

Commit

Permalink
formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Aug 30, 2024
1 parent d1e5da5 commit 5a44746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sources/rest_api/integration/test_rest_api_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a44746

Please sign in to comment.