mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
backport of commit 4c1a7b53d3 (#21609)
Co-authored-by: Bianca Moreira <48203644+biazmoreira@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
41883d61a9
commit
88f041d12e
@@ -64,6 +64,12 @@ func TestParseStorage(t *testing.T) {
|
||||
testParseStorageTemplate(t)
|
||||
}
|
||||
|
||||
// TestConfigWithAdministrativeNamespace tests that .hcl and .json configurations are correctly parsed when the administrative_namespace_path is present.
|
||||
func TestConfigWithAdministrativeNamespace(t *testing.T) {
|
||||
testConfigWithAdministrativeNamespaceHcl(t)
|
||||
testConfigWithAdministrativeNamespaceJson(t)
|
||||
}
|
||||
|
||||
func TestUnknownFieldValidation(t *testing.T) {
|
||||
testUnknownFieldValidation(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user