Skip to content

Commit

Permalink
Debug file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Oct 17, 2023
1 parent a2e080e commit c92c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/remote_schema_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule SamplePhoenix.SampleController do
use Phoenix.Controller

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

json =
case File.read(Path.join([test_path, "support/schemata"] ++ path)) do
Expand Down

0 comments on commit c92c50a

Please sign in to comment.