We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9f634 commit 1916ad3Copy full SHA for 1916ad3
1 file changed
tests/core/test_macros.py
@@ -695,7 +695,7 @@ def test_macro_parameter_resolution(macro_evaluator):
695
# with the former one. This ensures we capture both.
696
assert str(e.value.__cause__) in (
697
"'pos_only' parameter is positional only, but was passed as a keyword",
698
- "missing a required argument: 'a1'",
+ "missing a required argument: 'pos_only'",
699
)
700
701
with pytest.raises(MacroEvalError) as e:
0 commit comments