Updating to new aws url structure

parent 6afc44ac
......@@ -27,6 +27,6 @@ class BaseUrlResolverTest extends MediaTestCase
$resolver = new BaseUrlResolver();
$resolvedPath = $resolver->resolve('/assets/media/my_image.png');
$this->assertEquals('https://s3-eu-west-1.amazonaws.com/testing-bucket/assets/media/my_image.png', $resolvedPath);
$this->assertEquals('https://testing-bucket.s3-eu-west-1.amazonaws.com/assets/media/my_image.png', $resolvedPath);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment