summaryrefslogtreecommitdiff
path: root/buildscripts/tests
diff options
context:
space:
mode:
authorHana Pearlman <hana.pearlman@mongodb.com>2020-11-23 20:23:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-04 18:02:19 +0000
commit8284eb2c2eedf795293b5ebc349e468e8666073c (patch)
tree9ed9a73e39f125deb1b1ffd7e0ce7b154c64e192 /buildscripts/tests
parent46befe17d5d41b52808af01ef680a3405e113792 (diff)
downloadmongo-8284eb2c2eedf795293b5ebc349e468e8666073c.tar.gz
SERVER-12573 Extend $ifNull to accept more than two arguments
Diffstat (limited to 'buildscripts/tests')
-rw-r--r--buildscripts/tests/test_burn_in_tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/tests/test_burn_in_tags.py b/buildscripts/tests/test_burn_in_tags.py
index 698f88178f4..5e0a68411fd 100644
--- a/buildscripts/tests/test_burn_in_tags.py
+++ b/buildscripts/tests/test_burn_in_tags.py
@@ -125,7 +125,7 @@ class TestGenerateEvgTasks(unittest.TestCase):
"display_task_name": "aggregation_mongos_passthrough",
"resmoke_args":
"--suites=aggregation_mongos_passthrough --storageEngine=wiredTiger",
- "tests": ["jstests/aggregation/bugs/ifnull.js"],
+ "tests": ["jstests/aggregation/ifnull.js"],
"use_multiversion": None
}
} # yapf: disable