Stephen Finucane 0f7d723c46 trivial: Remove 'u' prefix from string
It looks like nova is using 'repr()' in some validation error logging.
On Python 2.7, this would result in unicode strings (which most web apps
use) being output as "u'foo'", while in Python 3 these would just be
"'foo'". Since nova only supports Python 3 now, we only have to support
the Python 3 string formatting variant in our tests too.

Change-Id: I546c06a3251e86f39e2e7db48e04ec382c8da854
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-21 09:43:13 +00:00
..
2019-01-04 14:46:07 +08:00
2019-03-21 13:50:41 +00:00
2018-08-08 18:00:11 +00:00