Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
madams0013 committed May 25, 2024
1 parent d658c8b commit bfca1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/langchain/tests/integration_tests/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ def test_hub_pull_public_prompt() -> None:
== "56489e79537fc477d8368e6c9902df15b5e9fe8bc0e4f38dc4b15b65e550077c"
)


def test_hub_pull_private_prompt() -> None:
private_prompt = hub.pull('integration-test', api_key=os.environ['HUB_API_KEY'])
private_prompt = hub.pull("integration-test", api_key=os.environ["HUB_API_KEY"])
assert isinstance(private_prompt, ChatPromptTemplate)
assert private_prompt.metadata is not None
assert private_prompt.metadata["lc_hub_owner"] == "-"
Expand Down

0 comments on commit bfca1dc

Please sign in to comment.