Skip to content
New issue

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

tests: safer comparison #19

Closed
tiborsimko opened this issue Sep 21, 2016 · 0 comments · Fixed by #20
Closed

tests: safer comparison #19

tiborsimko opened this issue Sep 21, 2016 · 0 comments · Fixed by #20
Assignees
Milestone

Comments

@tiborsimko
Copy link
Member

See Travis CI build failure:

tests/test_ext.py:152: in run
    '{0}'.format(expected_data))
E   AssertionError: "{'baa': None, 'bar': 'foo'}" != "{'bar': 'foo', 'baa': None}"
E   - {'baa': None, 'bar': 'foo'}
E   + {'bar': 'foo', 'baa': None}

https://travis-ci.org/inveniosoftware/flask-sso/jobs/161349044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants