Fix cache backend encryption unit test regressions.

Review Request #12408 — Created June 24, 2022 and submitted

Information

Djblets
release-3.x

Reviewers

A last-minute change was made to the new cache backend encryption
functionality to require byte strings for AES keys instead of allowing
for Unicode keys. While this decision might be reversed, the tests were
for sure wrong. They were hard-coding a key instead of using the
pre-defined constant for that key.

This change fixes the test regressions by using the correct constant.

Unit tests pass.

Summary ID
Fix cache backend encryption unit test regressions.
A last-minute change was made to the new cache backend encryption functionality to require byte strings for AES keys instead of allowing for Unicode keys. While this decision might be reversed, the tests were for sure wrong. They were hard-coding a key instead of using the pre-defined constant for that key. This change fixes the test regressions by using the correct constant.
9234057585206ec3b201ad765efacf862098fd76
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (48feebe)
Loading...