summary refs log tree commit diff
path: root/tests/rest/media/v1/test_oembed.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Be more lenient in the oEmbed response parsing. (#14089)Patrick Cloke2022-10-071-1/+102
| | | | | | Attempt to parse any valid information from an oEmbed response (instead of bailing at the first unexpected data). This should allow for more partial oEmbed data to be returned, resulting in better / more URL previews, even if those URL previews are only partial.
* Add type hints to `tests/rest` (#12146)Dirk Klimpel2022-03-031-5/+5
| | | | | | | * Add type hints to `tests/rest` * newsfile * change import from `SigningKey`
* Be more lenient when parsing the version for oEmbed responses. (#11065)Patrick Cloke2021-10-131-0/+51