From 0e1098a9ecedbfc1c970bfc012120c45c12bdf9f Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Mon, 16 Oct 2023 17:35:39 +0100 Subject: [PATCH] Update tests/js-custom-authorization/custom_authorization.py --- tests/js-custom-authorization/custom_authorization.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/js-custom-authorization/custom_authorization.py b/tests/js-custom-authorization/custom_authorization.py index bab657413baa..2395887cdce9 100644 --- a/tests/js-custom-authorization/custom_authorization.py +++ b/tests/js-custom-authorization/custom_authorization.py @@ -169,7 +169,6 @@ def test_heap_size_limit(network, args): if r.status_code == http.HTTPStatus.INTERNAL_SERVER_ERROR: message = r.body.json()["error"]["message"] assert message == "Exception thrown while executing.", message - LOG.info(f"Out of memory at max heap size: {cap}") break # Cap is so low that we must run out before we enter user code