mirror of https://github.com/rclone/rclone.git
plugins: Change failing plugin test to new repo rclone/rclone-test-plugin
This commit is contained in:
parent
6231beefc5
commit
20300d1f61
|
@ -11,7 +11,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
const testPluginName = "rclone-webui-react"
|
const testPluginName = "rclone-test-plugin"
|
||||||
const testPluginAuthor = "rclone"
|
const testPluginAuthor = "rclone"
|
||||||
const testPluginKey = testPluginAuthor + "/" + testPluginName
|
const testPluginKey = testPluginAuthor + "/" + testPluginName
|
||||||
const testPluginURL = "https://github.com/" + testPluginAuthor + "/" + testPluginName + "/"
|
const testPluginURL = "https://github.com/" + testPluginAuthor + "/" + testPluginName + "/"
|
||||||
|
|
Loading…
Reference in New Issue