From 46c08c446720ceeb865e2d053622455d04927dbb Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:13:02 -0500 Subject: [PATCH] move test so it runs when the plugin is modified (#80158) --- .../plugins/connection/{test_paramiko.py => test_paramiko_ssh.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/units/plugins/connection/{test_paramiko.py => test_paramiko_ssh.py} (100%) diff --git a/test/units/plugins/connection/test_paramiko.py b/test/units/plugins/connection/test_paramiko_ssh.py similarity index 100% rename from test/units/plugins/connection/test_paramiko.py rename to test/units/plugins/connection/test_paramiko_ssh.py