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
fix: update merged test to use float timeout value
- Fix test_response_id_non_numeric_string_no_match to use float (0.5) instead of timedelta(seconds=0.5)
- Resolves TypeError: unsupported operand type(s) for +: 'float' and 'datetime.timedelta'
0 commit comments