fix: Update default URL in URL component test (#6637)

test: Update default URL in URL component test
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-02-14 18:50:38 -03:00 committed by GitHub
commit b8d2e63221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ class TestURLComponent(ComponentTestBaseWithoutClient):
def default_kwargs(self):
"""Return the default kwargs for the component."""
return {
"urls": ["https://example.com"],
"urls": ["https://google.com"],
"format": "Text",
}