From 49cc907540876661e2ccb65633ba32ad9f7d641a Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Sun, 12 Jan 2025 18:53:08 -0500 Subject: [PATCH] test --- tests/trace/test_uri_get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trace/test_uri_get.py b/tests/trace/test_uri_get.py index 599ecd6f63fd..cbc5076a248c 100644 --- a/tests/trace/test_uri_get.py +++ b/tests/trace/test_uri_get.py @@ -45,7 +45,7 @@ def test_uri_get(client, obj): @pytest.mark.asyncio -async def test_gotten_methods(client, obj): +async def test_gotten_methods(client): @weave.op def model(a: int) -> int: return a + 1