diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-18 18:23:27 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-18 18:23:27 +0300 |
commit | da116d81fb0028913c2a0f30ac35532fb500e8fc (patch) | |
tree | 6b257d2bafd01fb5937bc5f541f9e1a4d9dd3b75 /test | |
parent | 27e7999a151d8068ec503c9a25aff352f4d31068 (diff) | |
download | pleroma-da116d81fb0028913c2a0f30ac35532fb500e8fc.tar.gz pleroma-da116d81fb0028913c2a0f30ac35532fb500e8fc.zip |
[#2497] Added video preview proxy. Switched from exexec to Port.
Diffstat (limited to 'test')
-rw-r--r-- | test/exec_test.exs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/exec_test.exs b/test/exec_test.exs deleted file mode 100644 index 45d3f778f..000000000 --- a/test/exec_test.exs +++ /dev/null @@ -1,13 +0,0 @@ -# Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> -# SPDX-License-Identifier: AGPL-3.0-only - -defmodule Pleroma.ExecTest do - alias Pleroma.Exec - - use Pleroma.DataCase - - test "it starts" do - assert {:ok, _} = Exec.ensure_started() - end -end |