Skip to content

Commit

Permalink
lint unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
LProcopi15 committed Jan 17, 2025
1 parent 17b4821 commit 4f57390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_iceberg_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ def test_iceberg_no_path(iceberg_config: dict[str, str]):
del iceberg_config["base_location_subpath"]

expected_base_location = (
f"'_dbt/"
f"{iceberg_config['schema']}/"
f"{iceberg_config['identifier']}'"
f"'_dbt/" f"{iceberg_config['schema']}/" f"{iceberg_config['identifier']}'"
).strip()

assert get_actual_base_location(iceberg_config) == expected_base_location

0 comments on commit 4f57390

Please sign in to comment.