Skip to content

Commit

Permalink
Update testing.py (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tronic authored Mar 14, 2023
1 parent c460e1d commit 4b2aaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sanic_testing/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ async def websocket(
"scheme": scheme,
"root_path": root_path,
"path": path,
"raw_path": path.encode(),
"query_string": b"",
"subprotocols": subprotocols,
}
Expand Down

0 comments on commit 4b2aaaf

Please sign in to comment.