report listener and storage types as found keys (#15383)

* report listener and storage types as found keys

* changelog
This commit is contained in:
Hridoy Roy
2022-05-12 09:04:56 -07:00
committed by GitHub
parent 56fb894934
commit 79df79f892
6 changed files with 41 additions and 0 deletions

View File

@@ -51,3 +51,7 @@ func TestParseSeals(t *testing.T) {
func TestUnknownFieldValidation(t *testing.T) {
testUnknownFieldValidation(t)
}
func TestUnknownFieldValidationListenerAndStorage(t *testing.T) {
testUnknownFieldValidationStorageAndListener(t)
}