nixos/tests/jibri: remove grep for obsolete videobridge health check

As already fixed earlier this year in the jitsi-meet test by @ajs124
729764a32d
This commit is contained in:
Cleeyv 2022-11-03 17:00:45 -04:00
parent e71879ae97
commit 6873292f43

View File

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