We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fails for @lwrubel as follows:
FAIL: test_get_queue_info_full (ui.test_notifications.QueueNotificationTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lwrubel/projects/environments/sfm/lib/python3.5/site-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "/home/lwrubel/projects/sfm-ui/sfm/ui/test_notifications.py", line 397, in test_get_queue_info_full msg_cache['queue_data']) AssertionError: Lists differ: [('Twitter Rest Harvester', 100), ('Web Harve[81 chars] 25)] != [('Tumblr Harvester', 200), ('Twitter Rest Ha[81 chars] 25)] First differing element 0: ('Twitter Rest Harvester', 100) ('Tumblr Harvester', 200) + [('Tumblr Harvester', 200), - [('Twitter Rest Harvester', 100), ? ^ + ('Twitter Rest Harvester', 100), ? ^ ('Web Harvester', 50), - ('Tumblr Harvester', 200), ('Twitter Rest Exporter', 100), ('Sfm Ui', 25)] ---------------------------------------------------------------------- Ran 1 test in 0.004s
I can't replicated in my environments.
The text was updated successfully, but these errors were encountered:
550e584
justinlittman
No branches or pull requests
This fails for @lwrubel as follows:
I can't replicated in my environments.
The text was updated successfully, but these errors were encountered: