We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d31c7 commit 9aa3781Copy full SHA for 9aa3781
test/test_uri_parser.py
@@ -581,11 +581,6 @@ def test_error_when_return_address_does_not_end_with_srv_domain(self):
581
"mock_target": "localhost",
582
"expected_error": "Invalid SRV host",
583
},
584
- {
585
- "query": "_mongodb._tcp.localhost",
586
- "mock_target": "localhost",
587
- "expected_error": "Invalid SRV host",
588
- },
589
{
590
"query": "_mongodb._tcp.mongo.local",
591
"mock_target": "foo.mongo.local",
0 commit comments