test: fix api_request test (nightly fix) (#7229)

* 📝 (test_api_request_component.py): add print statements to help identify where the content is stored in the response data

* 📝 (test_api_request_component.py): remove print statements used for debugging purposes
This commit is contained in:
Cristhian Zanforlin Lousa 2025-03-22 20:42:50 -03:00 committed by GitHub
commit 6b3f1870c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ class TestAPIRequestComponent(ComponentTestBaseWithoutClient):
assert isinstance(result, Data)
assert result.data["source"] == url
assert result.data["data"] == binary_content
@respx.mock
async def test_make_request_timeout(self, component):