Fix profile test
This commit is contained in:
parent
ce79652ff5
commit
111942f1b9
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@ func TestGetProfile(t *testing.T) {
|
||||||
sample := Profile{
|
sample := Profile{
|
||||||
Avatar: "https://pbs.twimg.com/profile_images/1308010958862905345/-SGZioPb_normal.jpg",
|
Avatar: "https://pbs.twimg.com/profile_images/1308010958862905345/-SGZioPb_normal.jpg",
|
||||||
// Banner: "https://pbs.twimg.com/profile_banners/783214/1596041768/1500x500",
|
// Banner: "https://pbs.twimg.com/profile_banners/783214/1596041768/1500x500",
|
||||||
Biography: "It’s not like we’re asking you to wear pants",
|
Biography: "What's happening!?",
|
||||||
// Birthday: "March 21",
|
// Birthday: "March 21",
|
||||||
IsPrivate: false,
|
IsPrivate: false,
|
||||||
IsVerified: true,
|
IsVerified: true,
|
||||||
// Joined: &joined,
|
// Joined: &joined,
|
||||||
Location: "everywhere, wearing a mask",
|
Location: "everywhere",
|
||||||
Name: "Twitter",
|
Name: "Twitter",
|
||||||
URL: "https://twitter.com/Twitter",
|
URL: "https://twitter.com/Twitter",
|
||||||
// UserID: "783214",
|
// UserID: "783214",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue