Skip to content

Commit

Permalink
change random file so photos generated in tests are real images b00tc…
Browse files Browse the repository at this point in the history
  • Loading branch information
juditta99 committed Jun 19, 2024
1 parent 66c0df4 commit c89a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staff/judy-grayland/project/api/logic/helpers/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function description() {
return `description-${Math.random()}`
}
function image() {
return `image-${Math.random()}`
return `https://picsum.photos/200/300?${Math.random()}`
}

function link() {
Expand Down

0 comments on commit c89a2a6

Please sign in to comment.