From e4201068db0218dfad6bab3f7def89a66dd89cac Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 30 Jan 2024 09:34:53 -0500 Subject: [PATCH] chore: Enable gzip polling contract tests --- contract-tests/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contract-tests/service.py b/contract-tests/service.py index 507354c..4afe861 100644 --- a/contract-tests/service.py +++ b/contract-tests/service.py @@ -69,6 +69,7 @@ def status(): 'context-type', 'secure-mode-hash', 'tags', + 'polling-gzip' ] } return (json.dumps(body), 200, {'Content-type': 'application/json'})