Skip to content

Commit f21ef4d

Browse files
committed
Add REPLICASET_DNS to basic.inc servers array
1 parent 6ca8c7f commit f21ef4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/basic.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $servers = array(
2020
"STANDALONE_PLAIN" => "",
2121
"REPLICASET" => "",
2222
"REPLICASET_30" => "",
23+
"REPLICASET_DNS" => "",
2324
);
2425
$servers = array_merge($servers, $config);
2526
def($servers);

0 commit comments

Comments
 (0)