Remove unused/unneeded code

This commit is contained in:
Bruno Oliveira
2019-06-15 10:16:59 -03:00
parent 355eb5adfb
commit 177af032d2
3 changed files with 1 additions and 17 deletions

View File

@@ -506,8 +506,8 @@ class TestMetafunc:
result = testdir.runpytest()
result.stdout.fnmatch_lines(
[
"*test_foo: error raised while trying to determine id of parameter 'arg' at position 0",
"*Exception: bad ids",
"*test_foo: error raised while trying to determine id of parameter 'arg' at position 0",
]
)