Skip to content

Commit 3ae5bf8

Browse files
Update respx/models.py
Co-authored-by: Mike Nerone <[email protected]>
1 parent 7ec8ab7 commit 3ae5bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

respx/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def respond(
277277
content: Optional[Content] = None,
278278
text: Optional[str] = None,
279279
html: Optional[str] = None,
280-
json: Optional[Any] = None,
280+
json: Any = None,
281281
stream: Optional[Union[httpx.SyncByteStream, httpx.AsyncByteStream]] = None,
282282
content_type: Optional[str] = None,
283283
http_version: Optional[str] = None,

0 commit comments

Comments
 (0)