Closed (fixed)
Project:
Cloud
Version:
8.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
4 May 2026 at 06:11 UTC
Updated:
18 May 2026 at 07:00 UTC
Jump to comment: Most recent
Fix the following test failure:
Drupal\Tests\aws_cloud\Unit\Service\Ec2\Ec2ServiceTest::testAddMockHandlerByDescribeInstances
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
Array &0 (
- 'effectiveUri' => 'https://ec2.us-west-2.amazonaws.com'
+ 'effectiveUri' => 'https://ec2.us-west-2.amazonaws.com/'
'statusCode' => 200
'transferStats' => Array &1 (
'http' => Array &2 (
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
yasComment #4
yas@all
The tests have been passed successfully, so I'll merge the patch into
7.xand8.x. ThanksComment #8
yas