Skip to content

Commit 055e120

Browse files
committed
fix tests to run on CI
1 parent bfffd4b commit 055e120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ui_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from pydantic_ai.ui.web import AI_MODELS, BUILTIN_TOOLS, create_chat_app
1616

1717
pytestmark = [
18-
pytest.mark.skipif(not fastapi_import_successful, reason='fastapi not installed'),
18+
pytest.mark.skipif(not fastapi_import_successful(), reason='fastapi not installed'),
1919
]
2020

2121

0 commit comments

Comments
 (0)