Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae09bdab authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

Allow extra ID attestation error codes am: 3f6ab601 am: 4a704165 am: 6c38c03f am: af1ebb62

parents b41fbbdb af1ebb62
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2086,7 +2086,8 @@ TEST_P(NewKeyGenerationTest, EcdsaAttestationTags) {
                        builder, &key_blob, &key_characteristics);
                        builder, &key_blob, &key_characteristics);
            }
            }
        }
        }
        ASSERT_EQ(error, ErrorCode::CANNOT_ATTEST_IDS);

        device_id_attestation_check_acceptable_error(tag.tag, error);
    }
    }
}
}