From 5822a5ce9ec2054826e6f745707dbb86edbfb05c Mon Sep 17 00:00:00 2001 From: James Nord <jnord+github@cloudbees.com> Date: Fri, 1 Feb 2019 11:47:45 +0000 Subject: [PATCH] fix formatting of connector/github/github_test.go --- connector/github/github_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/connector/github/github_test.go b/connector/github/github_test.go index 698bb4ce..2ce085dc 100644 --- a/connector/github/github_test.go +++ b/connector/github/github_test.go @@ -167,11 +167,10 @@ func TestUsernameIncludedInFederatedIdentity(t *testing.T) { expectEquals(t, identity.Groups, []string{"org-1"}) } - func TestLoginUsedAsIDWhenConfigured(t *testing.T) { s := newTestServer(map[string]testResponse{ - "/user": {data: user{Login: "some-login", ID: 12345678, Name:"Joe Bloggs"}}, + "/user": {data: user{Login: "some-login", ID: 12345678, Name: "Joe Bloggs"}}, "/user/emails": {data: []userEmail{{ Email: "some@email.com", Verified: true, -- GitLab