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
This commit is contained in:
ajs124 2022-06-29 00:32:53 +02:00
parent aea940da63
commit 729764a32d

View File

@ -33,9 +33,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
server.wait_for_unit("nginx.service")
server.wait_for_unit("prosody.service")
server.wait_until_succeeds(
"journalctl -b -u jitsi-videobridge2 -o cat | grep -q 'Performed a successful health check'"
)
server.wait_until_succeeds(
"journalctl -b -u prosody -o cat | grep -q 'Authenticated as focus@auth.server'"
)