Skip to content

Commit 7131666

Browse files
@W-21933885: [MSDK Android] App Attestation Implementation (Add unregisterUsedAppFeature Stub To TokenMigrationActivityTest For Firebase Test Lab)
1 parent 9a39ef0 commit 7131666

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk/ui/TokenMigrationActivityTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class TokenMigrationActivityTest {
143143
// Allow lifecycle methods to be called without errors
144144
every { SalesforceSDKManager.getInstance().isDevSupportEnabled() } returns false
145145
every { SalesforceSDKManager.getInstance().onResume(any()) } returns Unit
146+
every { SalesforceSDKManager.getInstance().unregisterUsedAppFeature(any()) } returns true
146147

147148
// Default mock for sendSync to prevent hanging - tests can override this
148149
val mockResponse = mockk<com.salesforce.androidsdk.rest.RestResponse>(relaxed = true)

0 commit comments

Comments
 (0)