Skip to content

Commit

Permalink
fix: updated Universitepantheon endpoint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpratt committed Apr 13, 2024
1 parent 88acc8f commit 6c0be7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Embera/Provider/UniversitePantheonSorbonne.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class UniversitePantheonSorbonne extends ProviderAdapter implements ProviderInterface
{
/** inline {@inheritdoc} */
protected $endpoint = 'https://mediatheque.univ-paris1.fr/oembed/?format=json';
protected $endpoint = 'https://mediatheque.univ-paris1.fr/video/oembed/?format=json';

/** inline {@inheritdoc} */
protected static $hosts = [
Expand Down
2 changes: 0 additions & 2 deletions tests/Embera/Provider/UniversitePantheonSorbonneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ final class UniversitePantheonSorbonneTest extends ProviderTester
{
protected $tasks = [
'valid_urls' => [
'https://mediatheque.univ-paris1.fr/video/1839-revue-1257-n1-eclairages-sur-le-cinema/',
'https://mediatheque.univ-paris1.fr/video/1833-discovering-greek-roman-cities-teaser-fr/',
'https://mediatheque.univ-paris1.fr/video/1786-entretien-avec-bruno-cotte/',
],
'invalid_urls' => [
Expand Down

0 comments on commit 6c0be7f

Please sign in to comment.