We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b848b commit 96c1248Copy full SHA for 96c1248
workflows/l2vpn/modify_l2vpn.py
@@ -62,7 +62,7 @@ def update_subscription_description(subscription: L2vpn) -> State:
62
63
64
@step("Update L2VPN in NRM")
65
-def update_l2vpn_in_nrm(subscription: L2vpnProvisioning) -> State:
+def update_l2vpn_in_nrm(subscription: L2vpn) -> State:
66
"""Dummy step, replace with actual call to NRM."""
67
return {"subscription": subscription}
68
0 commit comments