Skip to content

Commit

Permalink
Updating tests to support latest reference tests (#2145)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Osbourne <[email protected]>
Co-authored-by: Dominik Kapusta <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent 7243cb6 commit 686881c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DuckDuckGoTests/BrokenSiteReportingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ final class BrokenSiteReportingTests: XCTestCase {
tdsETag: test.blocklistVersion,
ampUrl: nil,
urlParametersRemoved: false,
protectionsState: true,
protectionsState: test.protectionsEnabled,
model: test.model ?? "",
manufacturer: test.manufacturer ?? "",
systemVersion: test.os ?? "",
Expand Down Expand Up @@ -148,6 +148,7 @@ private struct Test: Codable {
let exceptPlatforms: [String]
let manufacturer, model, os: String?
let gpcEnabled: Bool?
let protectionsEnabled: Bool
}

// MARK: - ExpectReportURLParam
Expand Down

0 comments on commit 686881c

Please sign in to comment.