Skip to content

Commit dc5f6fc

Browse files
committed
Drop redundant connection test
This case is already covered by the authentication test suite
1 parent 4d90ca8 commit dc5f6fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_connect.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
from asyncpg.connection import _parse_connect_params
1616

1717

18-
class TestConnect(tb.ConnectedTestCase):
19-
async def test_connect_1(self):
20-
with self.assertRaisesRegex(
21-
Exception, 'role "__does_not_exist__" does not exist'):
22-
await asyncpg.connect(user="__does_not_exist__", loop=self.loop)
23-
24-
2518
class TestSettings(tb.ConnectedTestCase):
2619

2720
async def test_get_settings_01(self):

0 commit comments

Comments
 (0)