From 760b38f56d8f2598881dd7e4654cfabf1e24669d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 28 Sep 2019 14:01:54 -0300 Subject: [PATCH] Fix test_detailed_introspection to latest pytest --- test_pytest_mock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pytest_mock.py b/test_pytest_mock.py index cdc04fe..ee3406c 100644 --- a/test_pytest_mock.py +++ b/test_pytest_mock.py @@ -639,7 +639,7 @@ def test(mocker): "*Use -v to get the full diff*", "*Kwargs:*", "*assert {} == {'bar': 4}*", - "*Right contains* more item*", + "*Right contains 1 more item:*", "*{'bar': 4}*", "*Use -v to get the full diff*", ]