Skip to content

Commit 1a23bf2

Browse files
committed
Fixed build error in integration tests
1 parent 63bf92d commit 1a23bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CryptomatorCloudAccessIntegrationTests/MicrosoftGraph/MicrosoftGraphCredentialMock.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MicrosoftGraphCredentialMock: MicrosoftGraphCredential {
1717
init() {
1818
let authProvider = MSAuthenticationProviderMock()
1919
let clientApplication = MSALPublicClientApplicationStub()
20-
super.init(identifier: "IntegrationTests", scopes: MicrosoftGraphScopes.oneDrive, authProvider: authProvider, clientApplication: clientApplication)
20+
super.init(identifier: "IntegrationTests", scopes: MicrosoftGraphType.oneDrive.scopes, authProvider: authProvider, clientApplication: clientApplication)
2121
}
2222

2323
func resetAccessTokenOverride() {

0 commit comments

Comments
 (0)