Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 5, 2024
1 parent 4e86cce commit 6a0d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OpenAPIHummingbirdTests/OpenAPITransportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ final class HBOpenAPITransportTests: XCTestCase {

let app = Application(
router: router,
server: .http1(additionalChannelHandlers: [BreakupHTTPBodyChannelHandler()])
server: .http1(configuration: .init(additionalChannelHandlers: [BreakupHTTPBodyChannelHandler()]))
)

try await app.test(.live) { client in
Expand Down

0 comments on commit 6a0d459

Please sign in to comment.