python-zaqarclient/zaqarclient
MD NADEEM eb104b2c6b Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).

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

This patch fix the issue in the module /tests/queues/ of zaqarclient.
The review is generated part-wise to ease review process.
Partial-Bug: #1259292

Change-Id: I405ca85d497361b41ada5eab567dd9735e787c32
2015-09-29 08:40:04 +00:00
..
auth Updated from global requirements 2015-08-27 13:19:58 +02:00
common Add support for flavor to the client library 2014-09-17 16:39:25 +02:00
queues Don't reuse request and transport instances 2015-09-10 14:14:31 +02:00
tests Fix order of arguments in assertEqual 2015-09-29 08:40:04 +00:00
transport Updated from global requirements 2015-08-27 13:19:58 +02:00
__init__.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
_i18n.py Drop use of 'oslo' namespace package 2015-05-06 19:48:36 +00:00
errors.py Added i18n support 2014-11-13 17:17:01 +01:00
version.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00