Skip to content

Commit

Permalink
MOB-3318 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dvernon-splunk committed Oct 24, 2023
1 parent 7c0e823 commit dd783a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NetworkInstrumentationTests: XCTestCase {
let session = URLSession(configuration: .default)
let request = URLRequest(url: URL(string: "http://127.0.0.1:8989/data")!)

//Data Tasks
// Data Tasks
let dataTask = session.dataTask(with: request)
dataTask.resume()
XCTAssertNotNil(dataTask.currentRequest?.allHTTPHeaderFields?["traceparent"])
Expand Down

0 comments on commit dd783a6

Please sign in to comment.