Skip to content

Commit

Permalink
how about now
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
1 parent 17f45ea commit 9e2de02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/static export.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ make_test_dir() =
@test PlutoSliderServer.try_get_exact_pluto_version() !== nothing
ijd = PlutoSliderServer.index_json_data(
PlutoSliderServer.NotebookSession[];
settings=PlutoSliderServer.PlutoDeploySettings(),
settings=Pluto.Configuration.Configurations.from_kwargs(
PlutoSliderServer.PlutoDeploySettings,
Export_slider_server_url="yoyoyo"
),
start_dir="doesnotmatter",
config_data=Dict{String,Any}("fofofo" => 123),
config_data=Dict{String,Any}("title" => "fofofo"),
)
@test occursin("yoyoyo", JSON.json(ijd))
@test occursin("fofofo", JSON.json(ijd))
end

Expand Down

0 comments on commit 9e2de02

Please sign in to comment.