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 ) ]),