Skip to content

Commit

Permalink
test: Update default URL in URL component test
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Feb 14, 2025
1 parent d4c04c8 commit 94d99ab
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 94d99ab

Please sign in to comment.