Skip to content

Commit 3736c23

Browse files
committed
Add missing REPLICASET_30 environment in basic.inc
1 parent da8fac1 commit 3736c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/basic.inc

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $servers = array(
2121
"STANDALONE_X509" => "",
2222
"STANDALONE_PLAIN" => "",
2323
"REPLICASET" => "",
24+
"REPLICASET_30" => "",
2425
);
2526
$servers = array_merge($servers, $config);
2627
def($servers);

0 commit comments

Comments
 (0)