We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d78eb commit 5a4f056Copy full SHA for 5a4f056
tests/test_options.py
@@ -206,7 +206,6 @@ def test_invoker_with_no_element_throws():
206
params.BoolParam("USE_VPC").equals(True).then("my-vpc", ""),
207
],
208
)
209
-
210
def test_vpc_connector_accepts_expression(vpc_connector_expr):
211
https_options = options.HttpsOptions(vpc_connector=vpc_connector_expr)
212
https_options_dict = https_options._asdict_with_global_options()
0 commit comments