Fix casing of 'URL' (#9080)
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Umbraco.TestData
|
||||
{
|
||||
var imageUrl = faker.Image.PicsumUrl();
|
||||
|
||||
// we are appending a &ext=.jpg to the end of this for a reason. The result of this url will be something like:
|
||||
// we are appending a &ext=.jpg to the end of this for a reason. The result of this URL will be something like:
|
||||
// https://picsum.photos/640/480/?image=106
|
||||
// and due to the way that we detect images there must be an extension so we'll change it to
|
||||
// https://picsum.photos/640/480/?image=106&ext=.jpg
|
||||
|
||||
Reference in New Issue
Block a user