mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Move proxy test to web
This commit is contained in:
parent
197f4868e1
commit
b22d357132
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue