Fixing tests again
All checks were successful
openium/resgen.swift/pipeline/head This commit is unstable
All checks were successful
openium/resgen.swift/pipeline/head This commit is unstable
This commit is contained in:
@@ -64,7 +64,7 @@ class MatomoAnalyticsManager: AnalyticsManagerProtocol {
|
||||
) {
|
||||
guard let trackerUrl = tracker.contentBase?.absoluteString else { return }
|
||||
|
||||
let urlString = URL(string: "\(trackerUrl)" + "/" + "\(path)" + "yolo"
|
||||
let urlString = URL(string: "\(trackerUrl)" + "/" + "\(path)" + "/yolo")
|
||||
tracker.track(
|
||||
view: [name],
|
||||
url: urlString
|
||||
|
||||
Reference in New Issue
Block a user