Skip to content

Commit ad3d036

Browse files
committed
Use reservedIP's region for NB
1 parent aea1095 commit ad3d036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_create_nb_with_reserved_ip(
122122
label = get_test_label(8)
123123

124124
nb = client.nodebalancer_create(
125-
region=TEST_REGION,
125+
region=reserved_ip.region,
126126
label=label,
127127
firewall=e2e_test_firewall.id,
128128
client_udp_sess_throttle=5,

0 commit comments

Comments
 (0)