diff --git a/testing/test_pdb.py b/testing/test_pdb.py index b550cca60fb..43a78908c25 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -726,7 +726,7 @@ def test_1(): """ ) child = testdir.spawn_pytest("--trace " + str(p1)) - child.expect("test_1") + child.expect("is_equal") child.expect("(Pdb)") child.sendeof() rest = child.read().decode("utf8")