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

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

Allow extra ID attestation error codes am: 3f6ab601

parents e6da8fb7 3f6ab601
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);
    }
}