We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74122de commit 0feac07Copy full SHA for 0feac07
tests/nexus/test_type_errors.py
@@ -178,7 +178,7 @@ async def test_invoke_by_operation_handler_wrong_input_type(self) -> None:
178
)
179
# assert-type-error-pyright: 'No overloads for "execute_operation" match'
180
await nexus_client.execute_operation( # type: ignore
181
- MyServiceHandler.my_sync_operation,
+ MyServiceHandler.my_sync_operation, # type: ignore[arg-type]
182
# assert-type-error-pyright: 'Argument of type .+ cannot be assigned to parameter "input"'
183
"wrong-input-type", # type: ignore
184
0 commit comments