From cdd303101e985fb254e75a8438cd23a893bf77cc Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 5 Mar 2024 03:42:08 -0800 Subject: [PATCH] Follow fix for test_iptables (#82768) * rename 'test_policy_table' to 'test_policy_table_flush' to remove duplicate test case name. Signed-off-by: Abhijeet Kasurde --- test/units/modules/test_iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/modules/test_iptables.py b/test/units/modules/test_iptables.py index bdbe8d32b40..67e39098391 100644 --- a/test/units/modules/test_iptables.py +++ b/test/units/modules/test_iptables.py @@ -135,7 +135,7 @@ def test_policy_table(mocker): ) ] ) -def test_policy_table(mocker, test_input, commands_results): +def test_policy_table_flush(mocker, test_input, commands_results): """Test flush without parameters and change == false.""" set_module_args(test_input) run_command = mocker.patch(