From 20300d1f612fa3252f4f67c00bb83686ced3e8ad Mon Sep 17 00:00:00 2001 From: Chaitanya Bankanhal Date: Sun, 30 Aug 2020 04:35:37 +0530 Subject: [PATCH] plugins: Change failing plugin test to new repo rclone/rclone-test-plugin --- fs/rc/webgui/rc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/rc/webgui/rc_test.go b/fs/rc/webgui/rc_test.go index efe02aa2e..7b7cb9826 100644 --- a/fs/rc/webgui/rc_test.go +++ b/fs/rc/webgui/rc_test.go @@ -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 + "/"