pleroma/test
Ilja a4097e0802 Set uploader to Pleroma.Uploaders.Local for failing tests
There were tests who were failing with

```
     The following arguments were given to IO.chardata_to_string/1:

         # 1
         nil

     Attempted function clauses (showing 2 out of 2):

         def chardata_to_string(string) when is_binary(string)
         def chardata_to_string(list) when is_list(list)
```

I noticed for several of them the problem was that the uploader was set to S3, while the rest of the S3 settings were nil.
The uploader itself didn't really matter much for the tests, but if it throws errors because it has settings that can't work, then the test fails.
I made changed the uploader to local first.
2022-07-16 13:13:20 +02:00
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Copyright bump for 2022 2022-02-25 23:11:42 -07:00
fixtures Descriptions from exif data with only whitespeces are considered empty 2022-07-01 13:47:23 +02:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix Rename the Exiftool module 2022-07-01 12:15:02 +02:00
pleroma Set uploader to Pleroma.Uploaders.Local for failing tests 2022-07-16 13:13:20 +02:00
support Format announcements into html 2022-03-08 23:00:51 -05:00
test_helper.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00