lol

nixos/tests/jitsi-meet: remove grep for successfull health check

afaict, it doesn't log this anymore after https://github.com/jitsi/jitsi-videobridge/pull/1188

ajs124 729764a3 aea940da

-3
-3
nixos/tests/jitsi-meet.nix
··· 34 34 server.wait_for_unit("prosody.service") 35 35 36 36 server.wait_until_succeeds( 37 - "journalctl -b -u jitsi-videobridge2 -o cat | grep -q 'Performed a successful health check'" 38 - ) 39 - server.wait_until_succeeds( 40 37 "journalctl -b -u prosody -o cat | grep -q 'Authenticated as focus@auth.server'" 41 38 ) 42 39 server.wait_until_succeeds(