1 parent e46ee7b commit 0215103Copy full SHA for 0215103
1 file changed
tests/test_options.py
@@ -262,6 +262,9 @@ def test_vpc_connector_accepts_expression(vpc_connector_expr_factory):
262
assert endpoint.vpc is not None, "vpc block was not set on endpoint"
263
assert endpoint.vpc["connector"] == str(vpc_connector_expr), (
264
"vpc connector was not set from vpc_connector Expression[str]"
265
+ )
266
+
267
268
def _assert_alert_endpoint_options(endpoint, expected_alert_type, expect_app_id: str | None = None):
269
assert endpoint.region == ["europe-west1"]
270
assert endpoint.maxInstances == 1
0 commit comments