diff --git a/Tests/CryptomatorCloudAccessIntegrationTests/Google Drive/GoogleDriveCloudProviderIntegrationTests.swift b/Tests/CryptomatorCloudAccessIntegrationTests/Google Drive/GoogleDriveCloudProviderIntegrationTests.swift index 9ea9476..4f5d142 100644 --- a/Tests/CryptomatorCloudAccessIntegrationTests/Google Drive/GoogleDriveCloudProviderIntegrationTests.swift +++ b/Tests/CryptomatorCloudAccessIntegrationTests/Google Drive/GoogleDriveCloudProviderIntegrationTests.swift @@ -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() }