Skip to content

Commit 9aa3781

Browse files
committed
Remove duplicate test
1 parent 19d31c7 commit 9aa3781

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_uri_parser.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -581,11 +581,6 @@ def test_error_when_return_address_does_not_end_with_srv_domain(self):
581581
"mock_target": "localhost",
582582
"expected_error": "Invalid SRV host",
583583
},
584-
{
585-
"query": "_mongodb._tcp.localhost",
586-
"mock_target": "localhost",
587-
"expected_error": "Invalid SRV host",
588-
},
589584
{
590585
"query": "_mongodb._tcp.mongo.local",
591586
"mock_target": "foo.mongo.local",

0 commit comments

Comments
 (0)