Skip to content

Commit

Permalink
update test for pykafka config
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen Wenzel committed Jan 13, 2020
1 parent 90db325 commit b0676ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_config.py
Expand Up @@ -136,6 +136,7 @@ def test_pykafka_config(mocker: mock, config: Config):
"hosts": "kafka:9094,kafka1:9094,kafka2:9094,kafka3:9094",
"sasl_authenticator": plain_authenticator_sentinel,
"ssl_config": ssl_config_sentinel,
"exclude_internal_topics": False,
}
actual_config = config.create_pykafka_config()
assert expected_config == actual_config
Expand Down

0 comments on commit b0676ec

Please sign in to comment.