Skip to content

Commit

Permalink
Test default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 30, 2024
1 parent b56b1ba commit a90e4a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cli/test_kpops_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def test_kpops_config_with_default_values():
assert default_config.schema_registry.url == AnyUrl("http://localhost:8081")
assert default_config.kafka_rest.url == AnyUrl("http://localhost:8082")
assert default_config.kafka_connect.url == AnyUrl("http://localhost:8083")
assert default_config.kafka_rest.timeout == 30
assert default_config.kafka_connect.timeout == 30
assert default_config.schema_registry.timeout == 30
assert default_config.create_namespace is False
assert default_config.helm_config.context is None
assert default_config.helm_config.debug is False
Expand Down

0 comments on commit a90e4a7

Please sign in to comment.