Skip to content

Commit

Permalink
lint: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alisa-aylward-toast committed Aug 27, 2024
1 parent 2bdb031 commit 4eb6575
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def test_snowflake_tag_pattern():
source_report = pipeline.source.get_report()
assert isinstance(source_report, SnowflakeV2Report)
assert source_report.tags_scanned == 5
assert source_report._processed_tags == {"TEST_DB.TEST_SCHEMA.my_tag_1:my_value_1"}
assert source_report._processed_tags == {
"TEST_DB.TEST_SCHEMA.my_tag_1:my_value_1"
}


def test_snowflake_tag_pattern_deny():
Expand Down

0 comments on commit 4eb6575

Please sign in to comment.