From 9664fe0162cfb276c40e8dfb2646235df645c580 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 5 Dec 2024 09:30:46 -0500 Subject: [PATCH] chore: Add polling-gzip capability --- contract-tests/src/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/contract-tests/src/Main.hs b/contract-tests/src/Main.hs index d350b67..631b5e7 100644 --- a/contract-tests/src/Main.hs +++ b/contract-tests/src/Main.hs @@ -54,6 +54,7 @@ getAppStatus = , "client-prereq-events" , "event-gzip" , "optional-event-gzip" + , "polling-gzip" ] }