chore(tests): Mark TestConnectionDatabaseCommand as non-test related (#29366)
This commit is contained in:
parent
c49a6dfdef
commit
731cfb1553
|
|
@ -64,6 +64,7 @@ def get_log_connection_action(
|
|||
|
||||
|
||||
class TestConnectionDatabaseCommand(BaseCommand):
|
||||
__test__ = False
|
||||
_model: Optional[Database] = None
|
||||
_context: dict[str, Any]
|
||||
_uri: str
|
||||
|
|
|
|||
Loading…
Reference in New Issue