Skip to content

Commit dbb4e64

Browse files
committed
fix test
1 parent 8e5605a commit dbb4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/fastapi/test_http_client_thin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def request_timeout() -> int:
7272
@pytest.fixture
7373
async def thick_client(request_timeout: int) -> AsyncIterable[FakeThickClient]:
7474
async with FakeThickClient(
75-
total_retry_interval=request_timeout, tracing_settings=None
75+
total_retry_interval=request_timeout, tracing_settings=None, tracing_data=None
7676
) as client:
7777
yield client
7878

0 commit comments

Comments
 (0)