diff options
| author | feld <feld@feld.me> | 2024-06-20 01:07:41 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2024-06-20 01:07:41 +0000 |
| commit | 9a4cdde5c9e833a8cc61d660f5627717756778d2 (patch) | |
| tree | 0a1b2a55743c2e00f32c7549fc4bf68b0ea3c894 /test/mix/tasks | |
| parent | 3c1db78a6e8dc3cf9087ba5f825d53d5c6a9856d (diff) | |
| parent | ed2976b237b53a524247d564691e0a12d3231d68 (diff) | |
| download | pleroma-9a4cdde5c9e833a8cc61d660f5627717756778d2.tar.gz pleroma-9a4cdde5c9e833a8cc61d660f5627717756778d2.zip | |
Merge branch 'bugfix/elixir-1.15' into 'develop'
Elixir 1.15 compatibility
See merge request pleroma/pleroma!3917
Diffstat (limited to 'test/mix/tasks')
| -rw-r--r-- | test/mix/tasks/pleroma/config_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mix/tasks/pleroma/config_test.exs b/test/mix/tasks/pleroma/config_test.exs index 7b2134129..942cfa83d 100644 --- a/test/mix/tasks/pleroma/config_test.exs +++ b/test/mix/tasks/pleroma/config_test.exs @@ -51,7 +51,6 @@ defmodule Mix.Tasks.Pleroma.ConfigTest do clear_config(:configurable_from_database, true) end - @tag capture_log: true test "config migration refused when deprecated settings are found" do clear_config([:media_proxy, :whitelist], ["domain_without_scheme.com"]) assert config_records() == [] |
