Fix profile test
This commit is contained in:
parent
b5e38dcfe5
commit
bc84566d02
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ func TestGetProfile(t *testing.T) {
|
||||||
joined := time.Date(2007, 02, 20, 14, 35, 54, 0, loc)
|
joined := time.Date(2007, 02, 20, 14, 35, 54, 0, loc)
|
||||||
sample := Profile{
|
sample := Profile{
|
||||||
Avatar: "https://pbs.twimg.com/profile_images/1354479643882004483/Btnfm47p_normal.jpg",
|
Avatar: "https://pbs.twimg.com/profile_images/1354479643882004483/Btnfm47p_normal.jpg",
|
||||||
Banner: "https://pbs.twimg.com/profile_banners/783214/1611950530",
|
Banner: "https://pbs.twimg.com/profile_banners/783214/1613754918",
|
||||||
Biography: "What's happening?!",
|
Biography: "What's happening?!",
|
||||||
// Birthday: "March 21",
|
// Birthday: "March 21",
|
||||||
IsPrivate: false,
|
IsPrivate: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue