File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ async def parse_uri(
113
113
srv_max_hosts ,
114
114
)
115
115
)
116
+ result ["options" ] = result ["options" ].as_dict ()
116
117
return result
117
118
118
119
@@ -184,5 +185,5 @@ async def _parse_srv(
184
185
185
186
return {
186
187
"nodelist" : nodes ,
187
- "options" : options . as_dict () ,
188
+ "options" : options ,
188
189
}
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ def parse_uri(
113
113
srv_max_hosts ,
114
114
)
115
115
)
116
+ result ["options" ] = result ["options" ].as_dict ()
116
117
return result
117
118
118
119
@@ -184,5 +185,5 @@ def _parse_srv(
184
185
185
186
return {
186
187
"nodelist" : nodes ,
187
- "options" : options . as_dict () ,
188
+ "options" : options ,
188
189
}
Original file line number Diff line number Diff line change @@ -547,6 +547,6 @@ def _validate_uri(
547
547
"password" : passwd ,
548
548
"database" : dbase ,
549
549
"collection" : collection ,
550
- "options" : options . as_dict () ,
550
+ "options" : options ,
551
551
"fqdn" : fqdn ,
552
552
}
You can’t perform that action at this time.
0 commit comments