Skip to content

Commit d4cd31c

Browse files
authored
Merge branch 'main' into gh-oblt/add-dependabot-pre-commit
2 parents a0b422a + f35364c commit d4cd31c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/django/django_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def test_post_raw_data(django_elasticapm_client):
572572
def test_post_read_error_logging(django_elasticapm_client, caplog, rf):
573573
request = rf.post("/test", data="{}", content_type="application/json")
574574

575-
def read():
575+
def read(*args, **kwargs):
576576
raise IOError("foobar")
577577

578578
request.read = read

0 commit comments

Comments
 (0)