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

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

Allow extra ID attestation error codes am: c68dc937

parents 5bc5bccb c68dc937
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2070,7 +2070,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);
    }
}