File tree 1 file changed +4
-2
lines changed
source/client-side-encryption/tests
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,9 @@ for information on "disabling" csfle and setting csfle search paths.
349
349
350
350
.. code-block :: shell
351
351
352
- $ python3 mongodl.py --component=csfle --version=5.3.1 --out=./csfle/
352
+ $ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/
353
+
354
+ Other versions of `csfle ` are available. Please use the `--list ` option to see versions.
353
355
354
356
.. _mongodl : https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/mongodl.py
355
357
.. _drivers-evergreen-tools : https://github.com/mongodb-labs/drivers-evergreen-tools/
@@ -1747,4 +1749,4 @@ Use ``clientEncryption`` to encrypt the value "encrypted unindexed value" with t
1747
1749
1748
1750
Store the result in ``payload ``.
1749
1751
1750
- Use ``clientEncryption `` to decrypt ``payload ``. Assert the returned value equals "encrypted unindexed value".
1752
+ Use ``clientEncryption `` to decrypt ``payload ``. Assert the returned value equals "encrypted unindexed value".
You can’t perform that action at this time.
0 commit comments