Skip to content

Commit bc80e51

Browse files
committed
fix test_fail_on_invalid_metadata_key
1 parent 833f408 commit bc80e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metadata/test_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def default_metadata_dict(**kwargs: JSON) -> dict[str, JSON]:
441441
(
442442
default_metadata_dict(codecs=[{"name": "bytes", "unknown": {}, "configuration": {}}]),
443443
False,
444-
"Named configuration expects keys 'name' and 'configuration'. Got ['name', 'unknown', 'configuration'].",
444+
"Unexpected named configuration keys: ['unknown']",
445445
),
446446
(
447447
default_metadata_dict(

0 commit comments

Comments
 (0)