Skip to content

Commit

Permalink
Merge pull request #284 from preciz/fix_test
Browse files Browse the repository at this point in the history
  • Loading branch information
sneako authored Aug 5, 2024
2 parents 1e4208e + 22467f6 commit 57e28a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/finch/http2/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ defmodule Finch.HTTP2.IntegrationTest do
try do
assert {:ok, response} = Finch.build(:get, url) |> Finch.request(TestFinch)
assert response.body == "Hello world!"
assert File.stat!(log_file) > 0
assert File.stat!(log_file).size > 0
after
File.rm!(log_file)
System.delete_env("SSLKEYLOGFILE")
Expand Down

0 comments on commit 57e28a2

Please sign in to comment.