Skip to content

Commit

Permalink
test: re-enable commented out test (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT authored Aug 3, 2021
1 parent 82a4f40 commit e255bff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ def test_pack_query_params_several(self):
{'apples and oranges': '🍏 & 🍊'},
{'garbage': ['&', '&+&', 'a=1&b=2', 'c=4&'], 'one': '1'},
{'&': '&', '™': '™', '&&&': ['&', '&', '&']},
# NOTE(vytas): Would fail because of
# https://github.com/falconry/falcon/issues/1872
# {'&': '%26', '&&': '%26', '&&&': ['%26', '%2', '%']},
{'&': '%26', '&&': '%26', '&&&': ['%26', '%2', '%']},
],
)
def test_to_query_str_encoding(self, params, csv):
Expand Down

0 comments on commit e255bff

Please sign in to comment.