Skip to content

Compile fix in tests

Alexander Strizhakov requested to merge test-fix into develop

Fix for:

warning: variable "static_dir" is unused (if the variable is not meant to be used, prefix it with an underscore)
test/tasks/instance_test.exs:9: Pleroma.InstanceTest.__ex_unit_setup_0/1
Compilation failed due to warnings while using the --warnings-as-errors option

Merge request reports