<?xml version="1.0" encoding="UTF-8"?>

<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
    <entity name="Auth" type="FailedAuth">
        <data key="failures_num">1</data>
        <data key="first_attempt_date">12345</data>
        <data key="last_attempt_date">12345</data>
        <data key="url">http://sample.exmaple.com/</data>
        <data key="store_id">1</data>
    </entity>
</entities>
