-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace obsolete URI.encode; Update tests
Supported encoding methods encode far more characters Split URL passed into individual components Encode only param values Skip encoding param names because the [] encoding breaks API requests Must pass a full URL in tests to use method which splits components Update tests to reflect different encoding output - Spaces encode as '+', commas as '%2C' Remove test for pre-encoded semi-colons Update assert_equal argument order for modified tests
- Loading branch information
Showing
3 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters