Commit dcf0987a authored by Michael Kozono's avatar Michael Kozono

Merge branch 'fix-mr-46845' into 'master'

Fix an unstable test around Issue Metrics Images API

See merge request gitlab-org/gitlab!48860
parents feb4e16a 8be4793a
...@@ -624,7 +624,7 @@ RSpec.describe API::Issues, :mailer do ...@@ -624,7 +624,7 @@ RSpec.describe API::Issues, :mailer do
expect(json_response.first).to match( expect(json_response.first).to match(
{ {
id: image.id, id: image.id,
created_at: image.created_at.strftime('%Y-%m-%eT%H:%M:%S.%LZ'), created_at: image.created_at.strftime('%Y-%m-%dT%H:%M:%S.%LZ'),
filename: image.filename, filename: image.filename,
file_path: image.file_path, file_path: image.file_path,
url: image.url url: image.url
......
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