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'})