mirror of
https://github.com/rclone/rclone
synced 2024-12-23 14:23:44 +01:00
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"
|
||||
)
|
||||
|
||||
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 New Issue
Block a user