Skip to content

Commit 448b7d9

Browse files
committed
Update OAuth1 specs for UrlEncode changes
1 parent e92751c commit 448b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/Specs_OAuth1Authenticator.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Public Function Specs() As SpecSuite
7070
Request.AddQuerystringParam "a", "a b"
7171

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

7676
With Specs.It("should sort querystring parameters")

0 commit comments

Comments
 (0)