Skip to content

Commit

Permalink
Update RemoveBgTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmudzinski committed Dec 26, 2023
1 parent 0adf197 commit 1b2ffc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/RemoveBgTests/RemoveBgTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ final class RemoveBgParametersTests: XCTestCase {
XCTAssertHeader(key: "X-Api-Key", value: apiKey)
}

@available(macOS 13, *)
func testContentType() async throws {
let _ = try await client.removeBackground(fromFileAtUrl: .sampleImage)
let regex = #/^multipart/form-data; boundary=.+$/#
Expand Down

0 comments on commit 1b2ffc1

Please sign in to comment.