diff --git a/core/modules/update/src/Tests/UpdateContribTest.php b/core/modules/update/src/Tests/UpdateContribTest.php index 82c3acc..ec64cf8 100644 --- a/core/modules/update/src/Tests/UpdateContribTest.php +++ b/core/modules/update/src/Tests/UpdateContribTest.php @@ -351,7 +351,7 @@ function testUpdateBrokenFetchURL() { $this->config('update_test.settings')->set('system_info', $system_info)->save(); // Ensure that the update information is correct before testing. - update_get_available(TRUE); + $this->drupalGet('admin/reports/updates'); $xml_mapping = array( 'drupal' => '0.0',