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
chore: make test_multi_content_scan() more readable
- Remove VCR decorator: the code uses a VCR `with` block.
- Do not wrap the wall test in the VCR `with` block: only wrap the call to
`client.multi_content_scan()`
- Early return if `expected` is None
- Load `expected` into `example_dict` only once
0 commit comments