Skip to content

Commit

Permalink
Use Commanders Act debug source key in unit tests (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Sep 13, 2023
1 parent 62e5201 commit 2242d81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/AnalyticsTests/TestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ class TestCase: XCTestCase {

override class func setUp() {
PollingDefaults.timeout = .seconds(20)
try? Analytics.shared.start(with: .init(vendor: .SRG, sourceKey: "source", appSiteName: "site"), dataSource: dataSource)
try? Analytics.shared.start(
with: .init(vendor: .SRG, sourceKey: "39ae8f94-595c-4ca4-81f7-fb7748bd3f04", appSiteName: "site"),
dataSource: dataSource
)
}

override class func tearDown() {
Expand Down

0 comments on commit 2242d81

Please sign in to comment.