Browse Source

find out why reInit fails

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 2 năm trước cách đây
mục cha
commit
bcfa832309

+ 1 - 1
app/src/androidTest/java/com/nextcloud/client/EndToEndRandomIT.java

@@ -526,7 +526,7 @@ public class EndToEndRandomIT extends AbstractOnServerIT {
         GetPublicKeyOperation publicKeyOperation = new GetPublicKeyOperation();
         RemoteOperationResult publicKeyResult = publicKeyOperation.execute(account, targetContext);
 
-        assertTrue(publicKeyResult.isSuccess());
+        assertTrue("Result code:" + publicKeyResult.getHttpCode(), publicKeyResult.isSuccess());
 
         String publicKeyFromServer = (String) publicKeyResult.getData().get(0);
         arbitraryDataProvider.storeOrUpdateKeyValue(account.name,