Skip to content

Commit f1760e3

Browse files
committed
Black formatting improvement
1 parent 3bf8765 commit f1760e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/handlers/test_handler_health.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
### get_health()
2323

24+
2425
## Minimal healthy state (just kafka)
2526
def test_get_health_minimal_kafka_healthy():
2627
"""Health check returns 200 when Kafka is initialized and optional writers are disabled."""
@@ -68,7 +69,7 @@ def test_get_health_kafka_not_initialized():
6869
patch("src.handlers.handler_health.writer_kafka.STATE", {"producer": None}),
6970
patch(
7071
"src.handlers.handler_health.writer_eventbridge.STATE",
71-
{"client": None, "event_bus_arn": "arn:aws:events:us-east-1:123:event-bus/bus"}
72+
{"client": None, "event_bus_arn": "arn:aws:events:us-east-1:123:event-bus/bus"},
7273
),
7374
patch("src.handlers.handler_health.writer_postgres.POSTGRES", postgres_config),
7475
):

0 commit comments

Comments
 (0)