Skip to content

Commit a28b55c

Browse files
authored
Update tests/test_config.py
1 parent 9e20c00 commit a28b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_config_pickling():
256256
)
257257
with pytest.raises(
258258
AttributeError,
259-
match="Can't pickle local object 'test_config_pickling.<locals>.<lambda>'",
259+
match="Can't (pickle|get) local object 'test_config_pickling.<locals>.<lambda>'",
260260
):
261261
pickle.dump(root, io.BytesIO())
262262

0 commit comments

Comments
 (0)