Skip to content

Commit 7f9f33b

Browse files
committed
Use incorrect type for a pytest fixture to demonstrate beartype catching the error
1 parent 40a579f commit 7f9f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestAddTarget:
3636
)
3737
@pytest.mark.parametrize(argnames="active_flag", argvalues=[True, False])
3838
def test_add_target(
39-
vws_client: VWS,
39+
vws_client: int,
4040
image: io.BytesIO | BinaryIO,
4141
application_metadata: bytes | None,
4242
cloud_reco_client: CloudRecoService,

0 commit comments

Comments
 (0)