Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from hpcloud/fix-oauth-tests
Browse files Browse the repository at this point in the history
token endpoint handling changed, but tests hadn't been updated. No ne…
  • Loading branch information
randyochoa committed Apr 29, 2016
2 parents cbe792e + 6e852c7 commit 8160aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth_requests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func testDoOauthFlowRequest(t *testing.T, failFirst bool, tokenExpiration int64)
Name: "mockHCF",
CNSIType: cnsiHCF,
AuthorizationEndpoint: mockUAA.URL,
TokenEndpoint: mockUAA.URL + "/oauth/token",
TokenEndpoint: mockUAA.URL,
}
pp.CNSIs[mockCNSIGuid] = mockCNSI

Expand Down

0 comments on commit 8160aef

Please sign in to comment.