pleroma/test/pleroma/config
Ilja 81afaee374 Better way of getting keys
I used keyword_list[:key], but if the key doesn't exist, it will return nil. I actually expect a list and further down the code I use that list.
I believe the key should always be present, but in case it's not, it's better to return an empty list instead of nil. That way the code wont fail further down the line.
2022-07-01 12:15:02 +02:00
..
deprecation_warnings_test.exs Better way of getting keys 2022-07-01 12:15:02 +02:00
holder_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
loader_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
release_runtime_provider_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
transfer_task_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00