#3789·kubescape

在 jsonhandler_test.go 中调用了未定义的 applyFixToFileContent 函数

作者: Rucha0901创建于 2026年9月9日更新于 2026年9月9日

描述: 最近移除了 `applyFixToFileContent` 函数,但 `jsonhandler_test.go` 中的 `TestApplyFixToFileContentPreservesTheSourceFormat` 测试仍然存在,导致测试套件出现 `undefined` 错误。此修复删除了这个过时的测试。

内容来源: kubescape/kubescape