Skip to content

Commit 40211c7

Browse files
committed
cleanup
1 parent e54f8c6 commit 40211c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def create_atlas_connect_tasks():
959959

960960

961961
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")
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)

0 commit comments

Comments
 (0)