blazar/blazar/tests/api
Kiran_totad 3fdac0da7d Fix order of arguments in assertEqual
Some tests incorrectly used the order assertEqual(observed, expected).

The correct order expected by testtools is
assertEqual(expected, observed).

Change-Id: Idbb127147df5acc03287b6a7c1f8d24a37fd663e
Closes-Bug: #1259292
2018-09-12 10:22:21 -06:00
..
v1 Fix directory structure 2018-07-23 19:46:44 +09:00
v2 Fix POST and PUT status codes and update API Reference 2018-07-18 00:43:26 +00:00
__init__.py Fix directory structure 2018-07-23 19:46:44 +09:00
test_acl.py Fix order of arguments in assertEqual 2018-09-12 10:22:21 -06:00
test_context.py Fix JSON serialization issues with Python3 2018-01-22 14:00:26 +09:00
test_root.py Fix order of arguments in assertEqual 2018-09-12 10:22:21 -06:00
test_version_selector.py Fix JSON serialization issues with Python3 2018-01-22 14:00:26 +09:00