Skip to content

Commit

Permalink
use the correct test connect request json
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Oct 4, 2024
1 parent f671504 commit 75c3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdx_controller/test/test_l2vpn_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_place_connection_v2_with_three_topologies_400_response(self):
self.__add_the_three_topologies()

# No solution for this request.
request = TestData.CONNECTION_REQ_V2_L2VPN_P2P.read_text()
request = TestData.CONNECTION_REQ_V2_AMLIGHT_ZAOXI.read_text()

# The example connection request ("test-l2vpn-p2p-v2.json")
# carries an ID field for testing purposes, but the actual v2
Expand Down

0 comments on commit 75c3172

Please sign in to comment.