Skip to content

Commit d58b385

Browse files
committed
PYTHON-2855 Update mock server filename for KMS testing
(cherry picked from commit 5682051)
1 parent 4ac299f commit d58b385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ if [ -n "$TEST_ENCRYPTION" ]; then
183183
python -m pip install boto3
184184
fi
185185
pushd ${DRIVERS_TOOLS}/.evergreen/csfle
186-
python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
187-
python -u lib/kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
186+
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 8000 &
187+
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 8001 &
188188
trap 'kill $(jobs -p)' EXIT HUP
189189
popd
190190
# Restore the test virtualenv.

0 commit comments

Comments
 (0)