TestData: Remove references to TestData "DB" (#62603)

* remove refs testdatadb

* fix trailing semi-colon

* remove pluginName completely
This commit is contained in:
Will Browne
2023-01-31 16:40:00 +00:00
committed by GitHub
parent c0f0c3d485
commit e7bfc4e749
8 changed files with 28 additions and 31 deletions
-1
View File
@@ -299,7 +299,6 @@ var irregularPluginNames = map[string]string{
"azuremonitor": "grafana-azure-monitor-datasource",
"microsoftsqlserver": "mssql",
"postgresql": "postgres",
"testdatadb": "testdata",
}
func buildComposableLinks(pp plugindef.PluginDef, cp kindsys.ComposableProperties) KindLinks {