From ca2f3ccc1cd9295700668b26eae6a564c71b5f0d Mon Sep 17 00:00:00 2001 From: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:31:57 +0100 Subject: [PATCH] fix(skills): avoid sdk test `__init__` file creation (#9845) --- skills/prowler-test-sdk/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/prowler-test-sdk/SKILL.md b/skills/prowler-test-sdk/SKILL.md index c729bb6896..b165381540 100644 --- a/skills/prowler-test-sdk/SKILL.md +++ b/skills/prowler-test-sdk/SKILL.md @@ -272,6 +272,8 @@ tests/providers/{provider}/services/{service}/ └── {check_name}_test.py # Check tests ``` +NOTE: Do not create a `__init__.py` file in the test folder. + --- ## Required Test Scenarios