Add high privilege namespace (#21215)

This commit is contained in:
Bianca Moreira
2023-07-06 09:51:43 +02:00
committed by GitHub
parent f5207a3a71
commit 4c1a7b53d3
17 changed files with 166 additions and 58 deletions

View File

@@ -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)
}