From f0bf8e532fca720272d744f6d25e9f0c46ac1944 Mon Sep 17 00:00:00 2001 From: Amy Date: Tue, 17 Oct 2023 11:19:18 -0400 Subject: [PATCH] Use fake URLs for ExternalSourceViewElement and AudioVideoViewElement in ProjectPageViewControllerTests --- .../Controller/ProjectPageViewControllerTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift b/Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift index d165bf3879..71c0c1f801 100644 --- a/Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift +++ b/Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift @@ -41,12 +41,12 @@ internal final class ProjectPageViewControllerTests: TestCase { caption: "camera" ), AudioVideoViewElement( - sourceURLString: "https://source.com", + sourceURLString: "https://not-a-real-url-dot-com", thumbnailURLString: nil, seekPosition: .zero ), ExternalSourceViewElement( - embeddedURLString: "https://source.com", + embeddedURLString: "https://not-a-real-url-dot-com", embeddedURLContentHeight: 123 ) ]),