Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Jan 7, 2025
1 parent 6680858 commit ac85706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ final class IntegrationTests: XCTestCase {
generationConfig: generationConfig
)

XCTAssertNil(response.raiFilteredReason)
XCTAssertNil(response.filteredReason)
XCTAssertEqual(response.images.count, 1)
let image = try XCTUnwrap(response.images.first)
XCTAssertEqual(image.mimeType, "image/jpeg")
Expand Down

0 comments on commit ac85706

Please sign in to comment.