Skip to content

Fix team user api #8172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
lunny committed Sep 13, 2019
commit 5f675f81fc288097dfa45e2f7d6b543b59a98d54
2 changes: 1 addition & 1 deletion integrations/api_team_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestAPITeamUser(t *testing.T) {

assert.Equal(t, &api.User{
ID: user.ID,
Name: user.Name,
UserName: user.Name,
FullName: user.FullName,
}, user2)
}