Skip to content

Commit d5bef96

Browse files
committed
fix: remove unused fixture
1 parent 51f1f1d commit d5bef96

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/strands/tools/test_structured_output.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,6 @@ def complex_user_tool_spec_json():
116116
}
117117

118118

119-
@pytest.fixture
120-
def user_with_employment_tool_spec():
121-
return {
122-
"name": "UserWithEmployment",
123-
"description": "A user of the system with employment.",
124-
}
125-
126-
127119
def test_convert_pydantic_to_bedrock_tool_basic(
128120
user_model,
129121
basic_user_tool_spec,

0 commit comments

Comments
 (0)