From 43b5f3a25287746db75f9d71a8a7ad32141e72c3 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 14 Jun 2016 10:52:02 -0500 Subject: [PATCH] Update test to remove extra parameter --- oauth2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_test.go b/oauth2_test.go index 168d33b..30526eb 100644 --- a/oauth2_test.go +++ b/oauth2_test.go @@ -39,7 +39,7 @@ func ExampleApplication() { log.Printf("ApplicationUpdate: err: %+v, app: %+v\n", err, ap) // create a new bot account for this application - bot, err := dg.ApplicationBotCreate(ap.ID, "") + bot, err := dg.ApplicationBotCreate(ap.ID) log.Printf("BotCreate: err: %+v, bot: %+v\n", err, bot) // Get a list of all applications for the authenticated user