We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92751c commit 448b7d9Copy full SHA for 448b7d9
specs/Specs_OAuth1Authenticator.bas
@@ -70,7 +70,7 @@ Public Function Specs() As SpecSuite
70
Request.AddQuerystringParam "a", "a b"
71
72
.Expect(Auth.GetRequestParameters(Client, Request)).ToEqual "a=a%20b"
73
- .Expect(Client.GetFullUrl(Request)).ToEqual "http://localhost:3000/testing?a=a+b"
+ .Expect(Client.GetFullUrl(Request)).ToEqual "http://localhost:3000/testing?a=a%20b"
74
End With
75
76
With Specs.It("should sort querystring parameters")
0 commit comments