Skip to content

Commit

Permalink
fix: Update default URL in URL component test (#6637)
Browse files Browse the repository at this point in the history
test: Update default URL in URL component test
  • Loading branch information
ogabrielluiz authored Feb 14, 2025
1 parent c62ac0b commit b8d2e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def component_class(self):
def default_kwargs(self):
"""Return the default kwargs for the component."""
return {
"urls": ["https://example.com"],
"urls": ["https://google.com"],
"format": "Text",
}

Expand Down

0 comments on commit b8d2e63

Please sign in to comment.