Browse Source

Fix automated test

pull/990/head
Gabe Kangas 5 years ago
parent
commit
e9dc7aeeaa
  1. 2
      test/automated/configmanagement.test.js

2
test/automated/configmanagement.test.js

@ -6,7 +6,7 @@ const streamTitle = randomString(); @@ -6,7 +6,7 @@ const streamTitle = randomString();
const serverSummary = randomString();
const pageContent = `<p>${randomString()}</p>`;
const tags = [randomString(), randomString(), randomString()];
const latencyLevel = Math.floor(Math.random() * 5 + 1);
const latencyLevel = Math.floor(Math.random() * 4);
const streamOutputVariants = {
videoBitrate: randomNumber() * 100,

Loading…
Cancel
Save