From 3f63148c8163ccaf2d133f23e59f1f569bfef43a Mon Sep 17 00:00:00 2001 From: Ernesto Gonzalez <60261375+UmiKami@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:58:35 +0000 Subject: [PATCH] added new url to test --- exercises/14-video-tag/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/14-video-tag/tests.js b/exercises/14-video-tag/tests.js index 71213838..b0167eff 100644 --- a/exercises/14-video-tag/tests.js +++ b/exercises/14-video-tag/tests.js @@ -43,5 +43,5 @@ it('The tag should have the expected video in the "src" attribute.', fu let source = video.querySelector("source"); expect(source).toBeTruthy(); - expect(source.src).toBe("https://assets.breatheco.de/apis/video/why-pair-programming") + expect(source.src).toBe("https://4geeks-temp.s3.amazonaws.com/y2mate.is+-+How+to+Pair+Program+(Pair+Programming+Tips+from+Steven+Nunez)-YhV4TaZaB84-720p-1694414048.mp4") }) \ No newline at end of file