Skip to content

Commit 96c1248

Browse files
committed
Fix error in modify_l2vpn
1 parent 77b848b commit 96c1248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/l2vpn/modify_l2vpn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def update_subscription_description(subscription: L2vpn) -> State:
6262

6363

6464
@step("Update L2VPN in NRM")
65-
def update_l2vpn_in_nrm(subscription: L2vpnProvisioning) -> State:
65+
def update_l2vpn_in_nrm(subscription: L2vpn) -> State:
6666
"""Dummy step, replace with actual call to NRM."""
6767
return {"subscription": subscription}
6868

0 commit comments

Comments
 (0)