1
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:
Chaitanya Bankanhal 2020-08-30 04:35:37 +05:30 committed by Nick Craig-Wood
parent 6231beefc5
commit 20300d1f61

View File

@ -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 + "/"