When attempting to disable a detection in the Panther Console, the following error message appears:
The required fields must be filled before saving: tests.
This error occurs even when the detection has multiple unit tests defined.
To resolve this issue:
Review your unit tests for the detection.
Check if two or more unit tests have identical names.
If duplicate test names are found, rename the tests to ensure each has a unique name.
After renaming, try disabling the detection again.
This error occurs when there are multiple unit tests with the same name within a single detection. Panther requires each unit test to have a unique name to properly validate and save the detection configuration.