fix: Update default URL in URL component test (#6637)
test: Update default URL in URL component test
This commit is contained in:
parent
c62ac0b702
commit
b8d2e63221
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue