diff --git a/modules/debug/test_return_ascii_chars/config.yaml b/modules/debug/test_return_ascii_chars/config.yaml index 570e58361..64fb0bb0a 100644 --- a/modules/debug/test_return_ascii_chars/config.yaml +++ b/modules/debug/test_return_ascii_chars/config.yaml @@ -1,6 +1,6 @@ beef: module: - Test_return_ascii_chars: + test_return_ascii_chars: enable: true category: "Debug" name: "Return Ascii Chars" diff --git a/modules/debug/test_return_long_string/config.yaml b/modules/debug/test_return_long_string/config.yaml index d8aa2bcb7..09583dc11 100644 --- a/modules/debug/test_return_long_string/config.yaml +++ b/modules/debug/test_return_long_string/config.yaml @@ -1,6 +1,6 @@ beef: module: - Test_return_long_string: + test_return_long_string: enable: true category: "Debug" name: "Test Returning Results"