Make WordPress Core


Ignore:
Timestamp:
01/17/2021 05:48:01 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Update unit test files missed in [49970].

See #51849.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php

    r49603 r49971  
    368368
    369369        // Process data, given the last exporter, on the last page and send as email.
    370         $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging user privacy exporter data."}' );
     370        $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging personal data to export."}' );
    371371
    372372        wp_privacy_process_personal_data_export_page(
     
    400400
    401401        // Process data, given the last exporter, on the last page and send as email.
    402         $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging user privacy exporter data."}' );
     402        $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging personal data to export."}' );
    403403
    404404        wp_privacy_process_personal_data_export_page(
Note: See TracChangeset for help on using the changeset viewer.