diff --git a/pkg/api/ivr/whois_test.go b/pkg/api/ivr/whois_test.go index 375c36f..43f3bd1 100644 --- a/pkg/api/ivr/whois_test.go +++ b/pkg/api/ivr/whois_test.go @@ -6,7 +6,6 @@ func TestWhois(t *testing.T) { t.Run("returns a link to a users profile picture", func(t *testing.T) { request := Whois("forsen") response := "User: forsen, ID: 22484632, Created on: 2011-05-19, Color: #FF0000, Affiliate: false, Partner: true, Staff: false, Admin: false, Bot: false, Bio: Approach with caution! No roleplaying or tryharding allowed." - got := request want := response