Skip to content

Commit 76a6d40

Browse files
authored
Fix http1 integration tests missing :requires_internet_connection tag (#443)
This should resolve the errors when excluding test with :requires_internet_connection tag for http1 tests using the following command. mix test --exclude requires_internet_connection
1 parent 61f0989 commit 76a6d40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/mint/http1/integration_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ defmodule Mint.HTTP1.IntegrationTest do
55

66
alias Mint.{TransportError, HTTP1, HttpBin}
77

8+
@moduletag :requires_internet_connection
9+
810
describe "local httpbin" do
911
test "200 response" do
1012
assert {:ok, conn} = HTTP1.connect(:http, "localhost", 8080)

0 commit comments

Comments
 (0)