Skip to content

Commit

Permalink
Default format for LiveViewNativeTest.live/3 is :html
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Dec 16, 2024
1 parent b7555f7 commit 54aaaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/live_view_native_test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ defmodule LiveViewNativeTest do

params =
params
|> Keyword.put_new(:_format, :html)
|> Keyword.take([:_format, :_interface])
|> Enum.into(%{}, fn
{:_format, value} -> {"_format", LiveViewNative.Utils.stringify(value)}
Expand Down

0 comments on commit 54aaaf2

Please sign in to comment.