Skip to content

Commit

Permalink
Revert invalid test change
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Dec 23, 2024
1 parent b0a64ab commit d2a2ead
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,9 +1011,7 @@ void testGetEciesDecryptor() throws Exception {
eciesDecryptorRequest.setActivationId(null);
eciesDecryptorRequest.setApplicationKey(config.getApplicationKey());
eciesDecryptorRequest.setEphemeralPublicKey(encryptedRequest.getEphemeralPublicKey());
eciesDecryptorRequest.setEncryptedData(encryptedRequest.getEncryptedData());
eciesDecryptorRequest.setNonce(encryptedRequest.getNonce());
eciesDecryptorRequest.setMac(encryptedRequest.getMac());
eciesDecryptorRequest.setTimestamp(encryptedRequest.getTimestamp());
final GetEciesDecryptorResponse decryptorResponse = powerAuthClient.getEciesDecryptor(eciesDecryptorRequest);

Expand Down

0 comments on commit d2a2ead

Please sign in to comment.