From a3bff9705c2958413f4455fcc6e42cd7f2c128da Mon Sep 17 00:00:00 2001 From: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:16:34 +0200 Subject: [PATCH] fix(tests): github and iac providers arguments_test naming and structure (#8408) --- .../lib/arguments/{arguments_test.py => github_arguments_test.py} | 0 .../lib/{arguments_test.py => arguments/iac_arguments_test.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/providers/github/lib/arguments/{arguments_test.py => github_arguments_test.py} (100%) rename tests/providers/iac/lib/{arguments_test.py => arguments/iac_arguments_test.py} (100%) diff --git a/tests/providers/github/lib/arguments/arguments_test.py b/tests/providers/github/lib/arguments/github_arguments_test.py similarity index 100% rename from tests/providers/github/lib/arguments/arguments_test.py rename to tests/providers/github/lib/arguments/github_arguments_test.py diff --git a/tests/providers/iac/lib/arguments_test.py b/tests/providers/iac/lib/arguments/iac_arguments_test.py similarity index 100% rename from tests/providers/iac/lib/arguments_test.py rename to tests/providers/iac/lib/arguments/iac_arguments_test.py