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 5b4c6c4 commit a71d1aaCopy full SHA for a71d1aa
tests/conftest.py
@@ -385,6 +385,7 @@ def get_admin_connection(self, use_async=False):
385
"""
386
Returns an administrative connection to the database.
387
388
+ self._initialize()
389
if not self.admin_user or not self.admin_password:
390
pytest.skip("missing administrative credentials")
391
params = self.get_connect_params()
0 commit comments