Revert "fix: support integer keys when marshaling resources to JSON"

This commit is contained in:
yugo kobayashi
2026-08-20 08:52:50 +09:00
committed by GitHub
parent db6d67b043
commit 35875a0b55
3 changed files with 14 additions and 31 deletions

View File

@@ -43,5 +43,5 @@ spec:
m := th.Run(".", th.MakeDefaultOptions())
_, err := m.AsYaml()
require.Error(t, err)
assert.Contains(t, err.Error(), "key \"env\" already set in map")
assert.Contains(t, err.Error(), "mapping key \"env\" already defined")
}