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

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

Allow extra ID attestation error codes am: 3f6ab601

parents 84065ce9 3f6ab601
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1938,7 +1938,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);
    }
}