Skip to content

Commit 4673a6b

Browse files
authored
Different message.
1 parent 9620588 commit 4673a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def test_config_pickling():
255255
in_c_key=False,
256256
)
257257
with pytest.raises(
258-
AttributeError,
259-
match="Can't get local object 'test_config_pickling.<locals>.<lambda>'",
258+
AttributeError,
259+
match="Can't pickle local object 'test_config_pickling.<locals>.<lambda>'",
260260
):
261261
pickle.dump(root, io.BytesIO())
262262

0 commit comments

Comments
 (0)