Skip to content

Commit

Permalink
chore: Enable gzip polling contract tests (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Jan 31, 2024
1 parent e68c92a commit 2008d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract-tests/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down

0 comments on commit 2008d10

Please sign in to comment.