Remove FullTreeHead from TreeSearchResponse

This commit is contained in:
Katherine
2024-10-31 10:51:22 -04:00
committed by GitHub
parent 3bb1eab48c
commit 9b5a62e60f
2 changed files with 5 additions and 15 deletions

View File

@@ -141,7 +141,6 @@ public class KeyTransparencyControllerTest {
void searchSuccess(final Optional<String> e164, final Optional<byte[]> usernameHash) {
final TreeSearchResponse aciSearchResponse = TreeSearchResponse.newBuilder()
.setOpening(ByteString.copyFrom(TestRandomUtil.nextBytes(16)))
.setTreeHead(FullTreeHead.getDefaultInstance())
.setSearch(SearchProof.getDefaultInstance())
.setValue(UpdateValue.newBuilder()
.setValue(ByteString.copyFrom(TestRandomUtil.nextBytes(16)))