diff --git a/changelog/3348.bugfix.rst b/changelog/3348.bugfix.rst index 7b56ebf98..7cf13ab2c 100644 --- a/changelog/3348.bugfix.rst +++ b/changelog/3348.bugfix.rst @@ -1 +1 @@ -Updated `pytest.raises` to raise a TypeError when an invalid keyword argument is passed. \ No newline at end of file +``pytest.raises`` now raises ``TypeError`` when receiving an unknown keyword argument.