Skip to content

Commit f9acd49

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- elixir: 1.15.8
19-
otp: 24.3.4.17
19+
otp: 25.3.2.9
2020
- elixir: 1.18.1
2121
otp: 27.2
2222
env:

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)