Failing theme tests
I have noticed that test_fbd_feedback_theme_update
and test_fbd_theme_expander_device
have started to fail on Fedora. Full build log in attachment but both tests seems to fail with similar error:
ERROR:../tests/test-fbd-feedback-theme.c:140:test_fbd_feedback_theme_update: assertion failed (err == NULL): <data>:10:26: Parse error: unexpected number `0', expected string constant (json-parser-error-quark, 4)
and
ERROR:../tests/test-fbd-theme-expander.c:80:test_fbd_theme_expander_device: assertion failed (err == NULL): <data>:11:26: Parse error: unexpected number `0', expected string constant (json-parser-error-quark, 4)
I'm creating this issue as at the moment I don't have time to investigate this so please feel free to point me in right direction if the issue is not in the feedbackd
itself.