Skip to content

Commit 9ae9c61

Browse files
committed
Remove a mock "called_with" assertion
It now causes an error. Don't know what changed.
1 parent 8b5b94c commit 9ae9c61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_webmgr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_webmgr_callback(
5959

6060
if arg_fact():
6161
assert fn_fact().called
62-
assert fn_fact().called_with(call(arg_fact()))
6362
else:
6463
assert not fn_fact().called
6564

0 commit comments

Comments
 (0)