Incorrect http client

Created on 2 September 2024, 8 months ago

Hi guys,

I had a strange issue with getting results from the ProviderRepository class.

When I'm trying to get results via $this->httpClient->request('GET', $this->providersUrl); in Unit tests I have 0 results.
When I'm trying to get results via $client = new \GuzzleHttp\Client(); $response = $client->request('GET', $this->providersUrl); in Unit tests I have 322 results.

as a URL, I used - https://oembed.com/providers.json

thanks

πŸ› Bug report
Status

Active

Version

10.3 ✨

Component
MediaΒ  β†’

Last updated about 3 hours ago

Created by

πŸ‡ΊπŸ‡¦Ukraine AstonVictor

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024