Skip to content

Commit

Permalink
api/tests/loom: update test links
Browse files Browse the repository at this point in the history
the old video is unavailable for an unknown reason. it's unplayable in a regular browser and also loom's own landing page.
  • Loading branch information
wukko committed Jan 23, 2025
1 parent 899d1ef commit 31f6ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/util/tests/loom.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "1080p video",
"url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761",
"url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885",
"params": {},
"expected": {
"code": 200,
Expand All @@ -10,7 +10,7 @@
},
{
"name": "1080p video (muted)",
"url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761",
"url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885",
"params": {
"downloadMode": "mute"
},
Expand All @@ -21,7 +21,7 @@
},
{
"name": "1080p video (audio only)",
"url": "https://www.loom.com/share/313bf71d20ca47b2a35b6634cefdb761",
"url": "https://www.loom.com/share/d165fd054a294d8a8587807bcc50c885",
"params": {
"downloadMode": "audio"
},
Expand Down

0 comments on commit 31f6ff9

Please sign in to comment.