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 4d90ca8 commit dc5f6fcCopy full SHA for dc5f6fc
tests/test_connect.py
@@ -15,13 +15,6 @@
15
from asyncpg.connection import _parse_connect_params
16
17
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
25
class TestSettings(tb.ConnectedTestCase):
26
27
async def test_get_settings_01(self):
0 commit comments