Skip to content

Commit

Permalink
Update OAuth1 specs for UrlEncode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timhall committed Jun 6, 2016
1 parent e92751c commit 448b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/Specs_OAuth1Authenticator.bas
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Public Function Specs() As SpecSuite
Request.AddQuerystringParam "a", "a b"

.Expect(Auth.GetRequestParameters(Client, Request)).ToEqual "a=a%20b"
.Expect(Client.GetFullUrl(Request)).ToEqual "http://localhost:3000/testing?a=a+b"
.Expect(Client.GetFullUrl(Request)).ToEqual "http://localhost:3000/testing?a=a%20b"
End With

With Specs.It("should sort querystring parameters")
Expand Down

0 comments on commit 448b7d9

Please sign in to comment.