Skip to content

Commit 5a22de5

Browse files
committed
Fix compilation warning in test controller
1 parent 0c320e8 commit 5a22de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/support/remote_schema_server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule SamplePhoenix.SampleController do
2-
use Phoenix.Controller
2+
use Phoenix.Controller, formats: [json: "View"]
33

44
def show(conn, %{"path" => path}) do
55
test_path = Path.join(__DIR__, "..") |> Path.expand()

0 commit comments

Comments
 (0)