Skip to content

Commit

Permalink
Cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 3, 2024
1 parent 5b20c12 commit 27e8ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/destinations/test_path_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
LayoutHelper,
)
from dlt.destinations.exceptions import InvalidFilesystemLayout, CantExtractTablePrefix

from tests.common.storages.utils import start_loading_file, load_storage

extra_params = ExtraParams()

TestLoad = Tuple[str, ParsedLoadJobFileName]

Expand All @@ -27,6 +25,7 @@ def test_load(load_storage: LoadStorage) -> TestLoad:


def test_layout_validity() -> None:
extra_params = ExtraParams()
LayoutHelper("{table_name}", extra_params.params).check_layout()
LayoutHelper(
"{schema_name}/{table_name}/{load_id}.{file_id}.{ext}", extra_params.params
Expand Down

0 comments on commit 27e8ebe

Please sign in to comment.