Skip to content

Commit

Permalink
chore(tests): Mark TestConnectionDatabaseCommand as non-test related (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and pull[bot] committed Jan 14, 2025
1 parent 092db9b commit ed0222e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/commands/database/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_log_connection_action(


class TestConnectionDatabaseCommand(BaseCommand):
__test__ = False
_model: Optional[Database] = None
_context: dict[str, Any]
_uri: str
Expand Down

0 comments on commit ed0222e

Please sign in to comment.