From b22d357132a41887c4115ff99ff9fb1a4eda2593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Sat, 25 May 2024 01:36:27 +0700 Subject: [PATCH] Move proxy test to web --- .../proxy_test.exs => livebook_web/plugs/proxy_plug_test.exs} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename test/{livebook/proxy_test.exs => livebook_web/plugs/proxy_plug_test.exs} (98%) diff --git a/test/livebook/proxy_test.exs b/test/livebook_web/plugs/proxy_plug_test.exs similarity index 98% rename from test/livebook/proxy_test.exs rename to test/livebook_web/plugs/proxy_plug_test.exs index 71056e8fd..0dcf3e1da 100644 --- a/test/livebook/proxy_test.exs +++ b/test/livebook_web/plugs/proxy_plug_test.exs @@ -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