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