diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-23 18:33:03 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:38:15 +0300 |
commit | 103f3dcb9ed0a12a11e9cc5c574449439fc2cb0e (patch) | |
tree | eceee9eba622d481c7c60b4694b1d31c79d9e54c /test | |
parent | 7dffaef4799b0e867e91e19b76567c0e1a19bb43 (diff) | |
download | pleroma-103f3dcb9ed0a12a11e9cc5c574449439fc2cb0e.tar.gz |
rich media parser ttl files consistency
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/rich_media/parser/ttl/aws_signed_url_test.exs (renamed from test/pleroma/web/rich_media/parsers/ttl/aws_signed_url_test.exs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/rich_media/parsers/ttl/aws_signed_url_test.exs b/test/pleroma/web/rich_media/parser/ttl/aws_signed_url_test.exs index 4a3122638..2f17bebd7 100644 --- a/test/pleroma/web/rich_media/parsers/ttl/aws_signed_url_test.exs +++ b/test/pleroma/web/rich_media/parser/ttl/aws_signed_url_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.RichMedia.Parsers.TTL.AwsSignedUrlTest do +defmodule Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrlTest do use ExUnit.Case, async: true test "s3 signed url is parsed correct for expiration time" do |