Skip to content

Commit d095345

Browse files
authored
chore: Enable gzip polling contract tests (#263)
1 parent 4e07ef9 commit d095345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contract-tests/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def status():
6969
'context-type',
7070
'secure-mode-hash',
7171
'tags',
72+
'polling-gzip'
7273
]
7374
}
7475
return (json.dumps(body), 200, {'Content-type': 'application/json'})

0 commit comments

Comments
 (0)