Skip to content

Commit 9c6db58

Browse files
Test that the externalauth option is writable.
1 parent cd78dcf commit 9c6db58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_4500_connect_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def test_4530_writable_params(self):
460460
self.__test_writable_parameter("supershardingkey", [1, 2, 3])
461461
self.__test_writable_parameter("tag", "tag_4530")
462462
self.__test_writable_parameter("debug_jdwp", "host=host;port=4530")
463+
self.__test_writable_parameter("externalauth", True)
463464

464465
def test_4531_build_connect_string_with_tcp_connect_timeout(self):
465466
"4531 - test building connect string with TCP connect timeout"

0 commit comments

Comments
 (0)