chore(tests): Mark TestConnectionDatabaseCommand as non-test related (#29366)

This commit is contained in:
John Bodley 2024-06-26 12:01:26 -07:00 committed by GitHub
parent c49a6dfdef
commit 731cfb1553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ def get_log_connection_action(
class TestConnectionDatabaseCommand(BaseCommand):
__test__ = False
_model: Optional[Database] = None
_context: dict[str, Any]
_uri: str