Skip to content

Commit

Permalink
Correct another copy-pasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Sep 19, 2024
1 parent fc00e9d commit 0f05e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdx_controller/test/test_l2vpn_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ def test_place_connection_v2_with_three_topologies_200_response(self):
# on the egress port. This is an unsolvable request because
# of (1), and an invalid one because of (2) since both ports
# have to ask for either a range or a single VLAN.
connection_request["endpoints"][0]["vlan"] = "100"
connection_request["endpoints"][1]["vlan"] = "100"
request["endpoints"][0]["vlan"] = "100"
request["endpoints"][1]["vlan"] = "100"

new_request = json.dumps(request)
print(f"new_request: {new_request}")
Expand Down

0 comments on commit 0f05e53

Please sign in to comment.