File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -705,13 +705,11 @@ tasks:
705705 vars :
706706 TEST_NAME : enterprise_auth
707707 AUTH : auth
708- FOO : ${THIS THING}
709708 - func : assume ec2 role
710709 - func : run tests
711710 vars :
712711 TEST_NAME : enterprise_auth
713712 AUTH : auth
714- FOO : ${THIS THING}
715713 tags : [enterprise_auth]
716714
717715 # Kms tests
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ def create_atlas_connect_tasks():
959959
960960
961961def create_enterprise_auth_tasks ():
962- vars = dict (TEST_NAME = "enterprise_auth" , AUTH = "auth" , FOO = "${THIS THING}" )
962+ vars = dict (TEST_NAME = "enterprise_auth" , AUTH = "auth" )
963963 server_func = FunctionCall (func = "run server" , vars = vars )
964964 assume_func = FunctionCall (func = "assume ec2 role" )
965965 test_func = FunctionCall (func = "run tests" , vars = vars )
You can’t perform that action at this time.
0 commit comments