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:
parent
603efe7911
commit
6b3f1870c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue