about summary refs log tree commit diff
path: root/nixos/tests/jibri.nix
diff options
context:
space:
mode:
authorCleeyv <cleeyv@riseup.net>2021-12-30 23:33:10 -0500
committerCleeyv <cleeyv@riseup.net>2021-12-30 23:33:10 -0500
commitea0276523a26f661d7f783f7d036d113cc6e1d5e (patch)
tree4cb23c3d5c861149bdfc071624f3c117a0402559 /nixos/tests/jibri.nix
parent7a3322a07854300817711e48a3abaad915912f54 (diff)
nixos/tests/jibri: updated test with a new log message
Diffstat (limited to 'nixos/tests/jibri.nix')
-rw-r--r--nixos/tests/jibri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/jibri.nix b/nixos/tests/jibri.nix
index 3dd28e6aac1a3..af20e639d30ef 100644
--- a/nixos/tests/jibri.nix
+++ b/nixos/tests/jibri.nix
@@ -63,7 +63,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         """sleep 15 && curl -H "Content-Type: application/json" -X POST http://localhost:2222/jibri/api/v1.0/stopService -d '{"sessionId": "RecordTest","callParams":{"callUrlInfo":{"baseUrl": "https://machine","callName": "TestCall"}},"callLoginParams":{"domain": "recorder.machine", "username": "recorder", "password": "'"$(cat /var/lib/jitsi-meet/jibri-recorder-secret)"'" },"sinkType": "file"}'"""
     )
     machine.wait_until_succeeds(
-        "cat /var/log/jitsi/jibri/log.0.txt | grep -q 'Recording finalize script finished with exit value 0'", timeout=36
+        "cat /var/log/jitsi/jibri/log.0.txt | grep -q 'Finalize script finished with exit value 0'", timeout=36
     )
   '';
 })