find out why reInit fails

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2022-07-11 09:26:36 +02:00
parent 6325d07800
commit bcfa832309
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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,