Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 29, 2025
1 parent 2147715 commit 361dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/unit_tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,6 @@ def test_get_host_url():

# Otherwise, returns https://smith.langchain.com for unknown host.
assert (
ls_utils.get_host_url(None, "https://unknownhost.com/api")
ls_utils.get_host_url(None, "https://unknownhost.com")
== "https://smith.langchain.com"
)

0 comments on commit 361dba2

Please sign in to comment.