Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Nov 10, 2023
1 parent 9ad737c commit eb6f722
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 eb6f722

Please sign in to comment.