Files
swift/test/functional/test_container.py
Tim Burke caa3c67e0b functests: Clean up objects better
Since JSON object listings deserialize as unicode, obj['name'] would
hoist *everything* to unicode. If the account or container name was a
byte string, though, it would trip a UnicodeDecodeError.

Change-Id: I2c1932143b78521c6bdcfa48182b475528fc1bb3
2018-06-04 17:54:58 -07:00

66 KiB