Explorar o código

Removed test that no longer works on non-bot accounts.

Bruce Marriner %!s(int64=8) %!d(string=hai) anos
pai
achega
8afeb296e6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      restapi_test.go

+ 3 - 0
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) {