Skip to content

Commit 42ca199

Browse files
authored
Update UDP Session Timeout Value in Test (#653)
1 parent 90c287a commit 42ca199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_get_nb_config_with_udp(test_linode_client, create_nb_config_with_udp):
130130

131131
assert "udp" == config.protocol
132132
assert 1234 == config.udp_check_port
133-
assert 16 == config.udp_session_timeout
133+
assert 2 == config.udp_session_timeout
134134

135135

136136
def test_update_nb_config(test_linode_client, create_nb_config_with_udp):

0 commit comments

Comments
 (0)