Use existing png image in specs.

This commit is contained in:
Pavel Balashou
2026-03-16 16:55:33 +01:00
parent 828d9d0dfe
commit d30e8d22cb
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

@@ -114,7 +114,7 @@ RSpec.describe Import::JiraImportProjectsJob, :webmock do
op_entity_id: op_user.id.to_s)
end
let(:attachment_content) { Rails.root.join("spec/fixtures/import/jira/solid-color-image.png").binread }
let(:attachment_content) { Rails.root.join("spec/fixtures/files/image.png").binread }
before do
stub_request(:get, "https://jira-software.local/secure/attachment/10000/solid-color-image.png")