Skip to content

Commit ab266ef

Browse files
committed
Trim regression-test doc comment to match repo style
1 parent 7a32714 commit ab266ef

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Tests/AuthFoundationTests/SDKVersionRegistrationTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ import XCTest
1414
@testable import AuthFoundation
1515

1616
final class SDKVersionRegistrationTests: XCTestCase {
17-
/// Regression test for #254 — User-Agent header missing in Release builds.
18-
///
19-
/// `SDKVersion.userAgent` is populated as a side effect of evaluating the
20-
/// lazy `static let` registration in each `Version+*.swift`. That evaluation
21-
/// must run in every build configuration. This test asserts the contract
22-
/// after constructing an `OAuth2Client`.
2317
func testOAuth2ClientInitPopulatesUserAgent() throws {
2418
let client = OAuth2Client(
2519
issuerURL: try XCTUnwrap(URL(string: "https://example.okta.com/oauth2/default")),

0 commit comments

Comments
 (0)