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:
705
705
vars :
706
706
TEST_NAME : enterprise_auth
707
707
AUTH : auth
708
- FOO : ${THIS THING}
709
708
- func : assume ec2 role
710
709
- func : run tests
711
710
vars :
712
711
TEST_NAME : enterprise_auth
713
712
AUTH : auth
714
- FOO : ${THIS THING}
715
713
tags : [enterprise_auth]
716
714
717
715
# Kms tests
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ def create_atlas_connect_tasks():
959
959
960
960
961
961
def 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" )
963
963
server_func = FunctionCall (func = "run server" , vars = vars )
964
964
assume_func = FunctionCall (func = "assume ec2 role" )
965
965
test_func = FunctionCall (func = "run tests" , vars = vars )
You can’t perform that action at this time.
0 commit comments