Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Nov 6, 2024
1 parent 8f46c97 commit ce6e6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kedro_viz/launchers/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def run(
target=run_server, daemon=False, kwargs={**run_server_kwargs}
)

display_cli_message(f"Starting Kedro Viz on port {port}...", "green")
display_cli_message("Starting Kedro Viz ...", "green")
viz_process.start()

_VIZ_PROCESSES[port] = viz_process
Expand Down

0 comments on commit ce6e6a2

Please sign in to comment.