Skip to content

Commit

Permalink
require http_client in websocket integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed May 21, 2024
1 parent 0b865d6 commit 2c70068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/phoenix/integration/websocket_socket_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Code.require_file("../../support/websocket_client.exs", __DIR__)
Code.require_file("../../support/http_client.exs", __DIR__)

defmodule Phoenix.Integration.WebSocketTest do
use ExUnit.Case, async: true
Expand Down

0 comments on commit 2c70068

Please sign in to comment.