Skip to content

Commit

Permalink
Update http/java/okhttp/lib/src/test/java/com/microsoft/kiota/http/mi…
Browse files Browse the repository at this point in the history
…ddleware/ParametersNameDecodingHandlerTests.java
  • Loading branch information
baywet authored Apr 11, 2022
1 parent 847fdf8 commit f66f13a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ParametersNameDecodingHandlerTests {
@CsvSource({"http://localhost?%24select=diplayName&api%2Dversion=2,http://localhost/?$select=diplayName&api-version=2",
"http://localhost?%24select=diplayName&api%7Eversion=2,http://localhost/?$select=diplayName&api~version=2",
"http://localhost?%24select=diplayName&api%2Eversion=2,http://localhost/?$select=diplayName&api.version=2",
"http://localhost?%24select=diplayName&api%2Eversion=2,http://localhost/?$select=diplayName&api.version=2",
"http://localhost/api-version/?%24select=diplayName&api%2Eversion=2,http://localhost/api-version/?$select=diplayName&api.version=2",
"http://localhost:888?%24select=diplayName&api%2Dversion=2,http://localhost:888/?$select=diplayName&api-version=2",
"http://localhost,http://localhost/"})
public void testDecode(final String input, final String expected) throws IOException {
Expand Down

0 comments on commit f66f13a

Please sign in to comment.