Skip to content

Commit 3ad8aa9

Browse files
committed
Remove unused caplog parameter in tests
1 parent 52ea0df commit 3ad8aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_field_json_schema_extra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Item(SQLModel):
2727
assert name_schema["x-custom-key"] == "Important Data"
2828

2929

30-
def test_schema_extra_and_json_schema_extra_conflict(caplog):
30+
def test_schema_extra_and_json_schema_extra_conflict():
3131
"""
3232
Test that passing schema_extra and json_schema_extra at the same time produces
3333
a warning.

0 commit comments

Comments
 (0)