Skip to content

Commit

Permalink
Disable force_try in GoogleDriveIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
iammajid committed Apr 16, 2024
1 parent 888bbb6 commit ce58f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class GoogleDriveCloudProviderIntegrationTests: CloudAccessIntegrationTestWithAu
override class func setUp() {
integrationTestParentCloudPath = CloudPath("/iOS-IntegrationTests-Plain")
let credential = GoogleDriveAuthenticatorMock.generateAuthorizedCredential(withRefreshToken: IntegrationTestSecrets.googleDriveRefreshToken, tokenUID: "IntegrationTest")

// swiftlint:disable:next force_try
setUpProvider = try! GoogleDriveCloudProvider(credential: credential, useBackgroundSession: false)
super.setUp()
}
Expand Down

0 comments on commit ce58f0a

Please sign in to comment.