Skip to content
Snippets Groups Projects
Commit 823a4219 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

remove TODO

parent 065a96a7
Branches
Tags
1 merge request!188upgrade to orchestrato-core v2
Pipeline #86651 passed
......@@ -52,7 +52,7 @@ def initial_input_form_generator(product_name: str) -> FormGenerator:
@model_validator(mode="after")
def hostname_must_be_available(self) -> Self:
router_site = self.router_site
if not router_site: # TODO Test on UI
if not router_site:
msg = "Please select a site before setting the hostname."
raise ValueError(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment