Skip to content

Commit

Permalink
tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
makoni committed Nov 28, 2023
1 parent 870c99a commit 478821f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Tests/UploadcareTests/RESTAPIIntegrationAsyncTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ final class RESTAPIIntegrationAsyncTests: XCTestCase {
}

let response = try await uploadcare.executeAWSRekognitionModeration(fileUUID: uuid)
DLog(response)

// check status
let status = try await uploadcare.checkAWSRekognitionModerationStatus(requestID: response.requestID)
Expand Down
3 changes: 0 additions & 3 deletions Tests/UploadcareTests/RESTAPIIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ final class RESTAPIIntegrationTests: XCTestCase {
case .failure(let error):
XCTFail(error.detail)
case .success(let response):
DLog(response)
XCTAssertTrue(response.status != .unknown)
}
}
Expand Down Expand Up @@ -988,8 +987,6 @@ final class RESTAPIIntegrationTests: XCTestCase {
XCTFail(error.detail)
expectation.fulfill()
case .success(let response):
DLog(response)

// check status
self.uploadcare.checkAWSRekognitionModerationStatus(requestID: response.requestID) { result in
defer { expectation.fulfill() }
Expand Down

0 comments on commit 478821f

Please sign in to comment.