Do not export HOOKIE_PAYLOAD anymore
Turns out that the payload, which we don't control can be too much for the shell and we end up having weird errors like IO Error: Argument list too long (os error 7)
Drop this payload as we now have the export
keyword which can emulate this (see the tests fixes).