Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
francescomucio committed Jan 27, 2025
1 parent 4a2ecbd commit 74f0e43
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/load/sources/rest_api/test_rest_api_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def _make_pipeline(destination_name: str):
destinations_configs(default_sql_configs=True, local_filesystem_configs=True),
ids=lambda x: x.name,
)
def test_rest_api_source(
destination_config: DestinationTestConfiguration, request: Any
) -> None:
def test_rest_api_source(destination_config: DestinationTestConfiguration, request: Any) -> None:
config: RESTAPIConfig = {
"client": {
"base_url": "https://pokeapi.co/api/v2/",
Expand Down Expand Up @@ -68,9 +66,7 @@ def test_rest_api_source(
destinations_configs(default_sql_configs=True, local_filesystem_configs=True),
ids=lambda x: x.name,
)
def test_dependent_resource(
destination_config: DestinationTestConfiguration, request: Any
) -> None:
def test_dependent_resource(destination_config: DestinationTestConfiguration, request: Any) -> None:
config: RESTAPIConfig = {
"client": {
"base_url": "https://pokeapi.co/api/v2/",
Expand Down

0 comments on commit 74f0e43

Please sign in to comment.