diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-30 02:03:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-30 02:03:40 +0000 |
commit | 3bccfe82271930f3e68cc826c9dee32e1b608ae3 (patch) | |
tree | 373e52b3803c5df19806c78059c6cdc406f4b5c8 /test/fixtures | |
parent | 6732ce9a93fcbd941d26579f6004e038544d5707 (diff) | |
download | redmine-3bccfe82271930f3e68cc826c9dee32e1b608ae3.tar.gz redmine-3bccfe82271930f3e68cc826c9dee32e1b608ae3.zip |
Correct the fixture id (#31275).
git-svn-id: http://svn.redmine.org/redmine/trunk@18099 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/attachments.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 299a2878c..5a6334565 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -281,7 +281,7 @@ attachments_021: filename: archive.zip author_id: 1 content_type: application/zip -attachments_023: +attachments_022: created_on: 2019-04-30 09:23:44 +09:00 container_type: Project container_id: 1 @@ -289,7 +289,7 @@ attachments_023: disk_filename: 190430092344_redmine_logo.ai.unknown disk_directory: "2019/04" digest: 68d90c016f0806d88234a6f16530fdf0b7f1d2481354798f1a5fd165dca6b04f - id: 23 + id: 22 filesize: 4994 filename: redmine_logo.ai.unknown author_id: 1 |