Closed (fixed)
Project:
Cloud
Version:
8.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Apr 2026 at 10:14 UTC
Updated:
7 May 2026 at 23:15 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 #5
yasComment #6
yas@all
My local tests are passed successfully, so I'll merge the MR. Thanks!
Comment #9
yas