File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ def test_mysql_engine_config_view():
497497 binlog_retention = mysql_config [0 ]["binlog_retention_period" ]
498498 assert binlog_retention ["type" ] == "integer"
499499 assert binlog_retention ["minimum" ] == 600
500- assert binlog_retention ["maximum" ] == 86400
500+ assert binlog_retention ["maximum" ] == 604800
501501 assert binlog_retention ["requires_restart" ] is False
502502
503503 mysql_settings = mysql_config [0 ]["mysql" ]
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def test_disk_view(test_linode_instance):
176176
177177def test_create_linode_disk_encryption_enabled (linode_cloud_firewall ):
178178 test_region = get_random_region_with_caps (
179- required_capabilities = ["Linodes" , "LA Disk Encryption" ]
179+ required_capabilities = ["Linodes" , "Disk Encryption" ]
180180 )
181181 linode_id = create_linode (
182182 firewall_id = linode_cloud_firewall ,
@@ -205,7 +205,7 @@ def test_create_linode_disk_encryption_enabled(linode_cloud_firewall):
205205
206206def test_create_linode_disk_encryption_disabled (linode_cloud_firewall ):
207207 test_region = get_random_region_with_caps (
208- required_capabilities = ["Linodes" , "LA Disk Encryption" ]
208+ required_capabilities = ["Linodes" , "Disk Encryption" ]
209209 )
210210
211211 linode_id = create_linode (
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def nodebalancer_with_default_conf(linode_cloud_firewall):
167167 delete_target_id (target = "nodebalancers" , id = nodebalancer_id )
168168
169169
170- @pytest .fixture (scope = "module " )
170+ @pytest .fixture (scope = "function " )
171171def nodebalancer_with_udp_config_and_node (linode_cloud_firewall ):
172172 nodebalancer_id = exec_test_command (
173173 BASE_CMDS ["nodebalancers" ]
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ def test_list_nodes_for_node_balancer_udp_configuration(
505505 "--no-headers" ,
506506 ]
507507 )
508+
508509 assert (
509510 result
510511 == node_id
You can’t perform that action at this time.
0 commit comments