Skip to content

Commit

Permalink
fix: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven committed Oct 24, 2024
1 parent 36846a0 commit 978d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/commands/report/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _validate_report_extra(self, exceptions: list[ValidationError]) -> None:
if invalid_tab_ids:
exceptions.append(
ValidationError(
_("Invalid tab idsssss: %s(tab_ids)", tab_ids=str(invalid_tab_ids)),
_("Invalid tab ids: %s(tab_ids)", tab_ids=str(invalid_tab_ids)),
"extra",
)
)

0 comments on commit 978d48f

Please sign in to comment.