Description
To ensure that the Kiali toolset schema is marshaled as expected, a new entry should be added to the TestGranularToolsetsTools test:
|
func (s *ToolsetsSuite) TestGranularToolsetsTools() { |
|
testCases := []api.Toolset{ |
|
&core.Toolset{}, |
|
&config.Toolset{}, |
|
&helm.Toolset{}, |
|
} |