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 6258bcf commit b603973Copy full SHA for b603973
tests/shared/database.py
@@ -24,9 +24,6 @@ def __init__(
24
'Database objects must be created using Database.create.'
25
self.__with_authorization_client: Client = with_authorization_client
26
self.__with_invalid_url_client: Client = with_invalid_url_client
27
- """self.clients["with_authorization"] = clients
28
- self.with_authorization: TestingDatabase = with_authorization
29
- self.with_invalid_url: TestingDatabase = with_invalid_url"""
30
31
@classmethod
32
def _create_container(cls, api_token, image_tag):
0 commit comments