Skip to content

Commit

Permalink
Fixed import test.
Browse files Browse the repository at this point in the history
  • Loading branch information
znuny-robo committed Feb 27, 2019
1 parent ace7cea commit a3ed795
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/integration/zendesk_import_test.rb
Expand Up @@ -444,7 +444,9 @@ class ZendeskImportTest < ActiveSupport::TestCase
count: 1,
1 => {
preferences: {
'Content-Type' => 'image/jpeg'
'Content-Type' => 'image/jpeg',
'resizable' => true,
'content_preview' => true
},
filename: '1a3496b9-53d9-494d-bbb0-e1d2e22074f8.jpeg',
},
Expand All @@ -456,7 +458,9 @@ class ZendeskImportTest < ActiveSupport::TestCase
count: 1,
1 => {
preferences: {
'Content-Type' => 'image/jpeg'
'Content-Type' => 'image/jpeg',
'resizable' => true,
'content_preview' => true
},
filename: 'paris.jpg',
},
Expand Down

0 comments on commit a3ed795

Please sign in to comment.