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

Commit af1ebb62 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

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

        device_id_attestation_check_acceptable_error(tag.tag, error);
    }
}