Problem/Motivation

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 (

Issue fork cloud-3588206

Command icon Show commands

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

yas created an issue. See original summary.

yas’s picture

Status: Needs work » Needs review
yas’s picture

Status: Needs review » Reviewed & tested by the community

@all

The tests have been passed successfully, so I'll merge the patch into 7.x and 8.x. Thanks

  • yas committed c054b7e8 on 7.x
    Issue #3588206 by yas: Revert expected 'effectiveUri' in Ec2ServiceTest...

  • yas committed 8e4db789 on 8.x
    Issue #3588206 by yas: Revert expected 'effectiveUri' in Ec2ServiceTest...
yas’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.