Removed test that no longer works on non-bot accounts.
This commit is contained in:
parent
cce08f8b00
commit
8afeb296e6
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,8 @@ func TestChannelMessageSend(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
// removed for now, only works on BOT accounts now
|
||||||
func TestUserAvatar(t *testing.T) {
|
func TestUserAvatar(t *testing.T) {
|
||||||
|
|
||||||
if dg == nil {
|
if dg == nil {
|
||||||
|
@ -47,6 +49,7 @@ func TestUserAvatar(t *testing.T) {
|
||||||
t.Errorf("a == nil, should be image.Image")
|
t.Errorf("a == nil, should be image.Image")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* Running this causes an error due to 2/hour rate limit on username changes
|
/* Running this causes an error due to 2/hour rate limit on username changes
|
||||||
func TestUserUpdate(t *testing.T) {
|
func TestUserUpdate(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue