Skip to content

Commit

Permalink
Update integration_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
balexand committed May 11, 2024
1 parent b513aae commit 8959d77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ defmodule Sanity.MutateIntegrationTest do

test "stream jpg asset", %{config: config} do

Check failure on line 220 in test/integration_test.exs

View workflow job for this annotation

GitHub Actions / Build and test (1.15, 25)

test upload_asset stream jpg asset (Sanity.MutateIntegrationTest)

Check failure on line 220 in test/integration_test.exs

View workflow job for this annotation

GitHub Actions / Build and test (1.14, 25)

test upload_asset stream jpg asset (Sanity.MutateIntegrationTest)

Check failure on line 220 in test/integration_test.exs

View workflow job for this annotation

GitHub Actions / Build and test (1.13, 24)

test upload_asset stream jpg asset (Sanity.MutateIntegrationTest)
stream =
File.stream!("test/fixtures/danielle-stein-10OL1q7oX6c-unsplash.jpg", 2048, [
:raw,
:binary
])
File.stream!(
"test/fixtures/danielle-stein-10OL1q7oX6c-unsplash.jpg",
2048,
[:raw, :read_ahead, :binary]
)

assert %Sanity.Response{
body: %{
Expand Down

0 comments on commit 8959d77

Please sign in to comment.