Update IPSecESPLifetime

This commit is contained in:
appkins
2025-04-13 22:23:08 -05:00
parent 39c704d3ec
commit 73d68d5ac1
8 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ func TestFieldInfoFromValidation(t *testing.T) {
expectedType string
expectedComment string
expectedOmitEmpty bool
validation interface{}
validation any
}{
{"string", "", true, ""},
{"string", "default|custom", true, "default|custom"},