(cherry picked from commit adbb15a3a7)
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
This commit is contained in:
co-authored by
Will Browne
parent
dd24946f0f
commit
86be18a668
@@ -412,9 +412,9 @@ func TestPluginManager_Init(t *testing.T) {
|
||||
})
|
||||
err := pm.Init()
|
||||
require.NoError(t, err)
|
||||
// This plugin should be properly registered, even though it is symlinked to prlugins dir
|
||||
// This plugin should be properly registered, even though it is symlinked to plugins dir
|
||||
require.Empty(t, pm.scanningErrors)
|
||||
const pluginID = "test"
|
||||
const pluginID = "test-app"
|
||||
assert.NotNil(t, pm.plugins[pluginID])
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
../symbolic-file-links/plugin
|
||||
../includes-symlinks
|
||||
Reference in New Issue
Block a user