From 8afeb296e6f84da08382e4cd208add01b7ca7a7a Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 28 Jun 2016 12:05:32 -0500 Subject: [PATCH] Removed test that no longer works on non-bot accounts. --- restapi_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restapi_test.go b/restapi_test.go index 77a6a9c..bfe60fc 100644 --- a/restapi_test.go +++ b/restapi_test.go @@ -24,6 +24,8 @@ func TestChannelMessageSend(t *testing.T) { } } +/* +// removed for now, only works on BOT accounts now func TestUserAvatar(t *testing.T) { if dg == nil { @@ -47,6 +49,7 @@ func TestUserAvatar(t *testing.T) { t.Errorf("a == nil, should be image.Image") } } +*/ /* Running this causes an error due to 2/hour rate limit on username changes func TestUserUpdate(t *testing.T) {