Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Mar 11, 2024
1 parent 06c505a commit 21dceec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/tests/test_sentry_kafka_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@


def test_get_topic() -> None:
# Topic with creation config
topic_name = "snuba-queries"
topic_data = get_topic(topic_name)
assert topic_data["topic_creation_config"] == {
"compression.type": "lz4",
"max.message.bytes": "2000000",
}

# Topic without creation config
topic_name_no_config = "outcomes"
topic_data = get_topic(topic_name_no_config)
assert topic_data["topic_creation_config"] == {}


def test_get_schema() -> None:
topic_name = "snuba-queries"
Expand Down

0 comments on commit 21dceec

Please sign in to comment.