Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal committed Dec 11, 2024
1 parent a5cfd09 commit 3b5bc58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions metadata-ingestion/tests/integration/kafka/test_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ def mock_kafka_service(docker_compose_runner, test_resources_dir):
yield docker_compose_runner


@pytest.mark.parametrize(
"approach",
[
"kafka_without_schemas",
"kafka"
]
)
@pytest.mark.parametrize("approach", ["kafka_without_schemas", "kafka"])
@freeze_time(FROZEN_TIME)
@pytest.mark.integration
def test_kafka_ingest(
Expand Down

0 comments on commit 3b5bc58

Please sign in to comment.