Skip to content

Commit 0215103

Browse files
committed
chore: fix formatting
1 parent e46ee7b commit 0215103

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_options.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ def test_vpc_connector_accepts_expression(vpc_connector_expr_factory):
262262
assert endpoint.vpc is not None, "vpc block was not set on endpoint"
263263
assert endpoint.vpc["connector"] == str(vpc_connector_expr), (
264264
"vpc connector was not set from vpc_connector Expression[str]"
265+
)
266+
267+
265268
def _assert_alert_endpoint_options(endpoint, expected_alert_type, expect_app_id: str | None = None):
266269
assert endpoint.region == ["europe-west1"]
267270
assert endpoint.maxInstances == 1

0 commit comments

Comments
 (0)