Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
There's a problem in how we pass connection configuration and how it is being evaluated by Fog when requesting URL. The problem of mocking the data.
It was not caught by tests as we used Hash, instead of Settingslogic
. Settingslogic
has the strange behavior where it expects to hold string keys in order to resolve them, as symbol keys don't work properly.
This makes sure that all Settingslogic
keys are strings, and we also do the same for our tests.
master
(if it does - rebase it please)