Move proxy test to web

This commit is contained in:
Jonatan Kłosko 2024-05-25 01:36:27 +07:00
parent 197f4868e1
commit b22d357132

View file

@ -1,6 +1,8 @@
defmodule Livebook.ProxyTest do
defmodule LivebookWeb.ProxyPlugTest do
use LivebookWeb.ConnCase, async: true
# Integration tests for proxying requests to the runtime.
require Phoenix.LiveViewTest
import Livebook.AppHelpers