From 40846858814767dadcd211646709f9dcc7bc54d7 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Mon, 20 Jan 2025 14:59:31 -0800 Subject: [PATCH] nit --- python/langsmith/pytest_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langsmith/pytest_plugin.py b/python/langsmith/pytest_plugin.py index 0aac6f7ba..6120e4165 100644 --- a/python/langsmith/pytest_plugin.py +++ b/python/langsmith/pytest_plugin.py @@ -172,7 +172,7 @@ def _generate_table(self, suite_name: str): process_ids = self.test_suites[suite_name] title = f"""Test Suite: [bold]{suite_name}[/bold] -LangSmith link: [bright_cyan][link={self.test_suite_urls[suite_name]}]click here[/link][/bright_cyan]""" # noqa: E501 +LangSmith link: [bright_cyan][link={self.test_suite_urls[suite_name]}]⌘ + click here[/link][/bright_cyan]""" # noqa: E501 table = Table(title=title, title_justify="left") table.add_column("Test") table.add_column("Inputs")