plugins: Change failing plugin test to new repo rclone/rclone-test-plugin
This commit is contained in:
parent
6231beefc5
commit
20300d1f61
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
const testPluginName = "rclone-webui-react"
|
||||
const testPluginName = "rclone-test-plugin"
|
||||
const testPluginAuthor = "rclone"
|
||||
const testPluginKey = testPluginAuthor + "/" + testPluginName
|
||||
const testPluginURL = "https://github.com/" + testPluginAuthor + "/" + testPluginName + "/"
|
||||
|
|
Loading…
Reference in a new issue