Most recent failing build http://jenkins.fedorainfracloud.org/job/fedora-hubs/135/console
seems that the recent closed pr weren't run with the automated unittest before review
Some of the string comparisons dont concern me but some of api calls are failing the status code which is pretty important to pass
------
Traceback (most recent call last): File "/srv/jenkins/workspace/fedora-hubs/hubs/tests/test_fedora_hubs_flask_api.py", line 266, in test_hub_edit_widget_get_logged_in self.assertEqual(result.status_code, 200) AssertionError: 404 != 200