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 b11cac2 commit b513aae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ 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, [])
File.stream!("test/fixtures/danielle-stein-10OL1q7oX6c-unsplash.jpg", 2048, [
:raw,
:binary
])

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

0 comments on commit b513aae

Please sign in to comment.