Skip to content
Snippets Groups Projects
Commit 9e803fc0 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update error message

parent 91ab4233
No related branches found
No related tags found
No related merge requests found
Pipeline #85991 failed
This commit is part of merge request !182. Comments created here will be created in the context of that merge request.
......@@ -40,7 +40,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
subscription_id, SubscriptionLifecycle.PROVISIONING
) + get_trunks_that_terminate_on_router(subscription_id, SubscriptionLifecycle.ACTIVE)
if len(terminating_trunks) == 0:
msg = "Selected router does not terminate any active IP trunks."
msg = "Selected router does not terminate any available IP trunks."
raise ValueError(msg)
return values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment