Commit 8be4793a authored by Takuya Noguchi's avatar Takuya Noguchi

Fix an unstable test around Issue Metrics Images API

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent f601e839
...@@ -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