You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the expect_status method deserializes the body to some type, but this fails for an empty body (where we would expect to be able to use expect_status::<()>).
The text was updated successfully, but these errors were encountered:
Currently, the
expect_status
method deserializes the body to some type, but this fails for an empty body (where we would expect to be able to useexpect_status::<()>
).The text was updated successfully, but these errors were encountered: