From 2008d10c599f9320281dad418ceed250c1530cdf Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Wed, 31 Jan 2024 09:31:17 -0500 Subject: [PATCH] chore: Enable gzip polling contract tests (#265) --- contract-tests/service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contract-tests/service.py b/contract-tests/service.py index 2ec65eb..18345ce 100644 --- a/contract-tests/service.py +++ b/contract-tests/service.py @@ -70,7 +70,8 @@ def status(): 'secure-mode-hash', 'tags', 'migrations', - 'event-sampling' + 'event-sampling', + 'polling-gzip' ] } return (json.dumps(body), 200, {'Content-type': 'application/json'})