Skip to content

Commit

Permalink
Update tests/js-custom-authorization/custom_authorization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Oct 16, 2023
1 parent d1baad1 commit 0e1098a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/js-custom-authorization/custom_authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e1098a

Please sign in to comment.