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
tests: fix compatibility with Python 3.12's unittest.mock
`called_with` was likely not the right call to make, since this
would return a mock instance. Instead, use `assert_called_with`.
See: python/cpython#100690
0 commit comments