(t *testing.T)
| 53 | ) |
| 54 | |
| 55 | func TestStartup(t *testing.T) { |
| 56 | client := helper.StartDevLakeServer(t, loadGoPlugins()) |
| 57 | projects := client.ListProjects() |
| 58 | require.Equal(t, 0, int(projects.Count)) |
| 59 | } |
| 60 | |
| 61 | func loadGoPlugins() []plugin.PluginMeta { |
| 62 | return []plugin.PluginMeta{ |
nothing calls this directly
no test coverage detected