Browse Source

Improve description

youtube-fix
Mark Felder 3 years ago
parent
commit
0c485d5555
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/pleroma/web/media_proxy/invalidation/script_test.exs

+ 1
- 1
test/pleroma/web/media_proxy/invalidation/script_test.exs View File

@@ -8,7 +8,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do


import ExUnit.CaptureLog import ExUnit.CaptureLog


test "it logger error when script not found" do
test "it logs error when script is not found" do
assert capture_log(fn -> assert capture_log(fn ->
assert Invalidation.Script.purge( assert Invalidation.Script.purge(
["http://example.com/media/example.jpg"], ["http://example.com/media/example.jpg"],


Loading…
Cancel
Save