commit | fa57e7eb2d8d88117ff1e137271b461c4a305aa2 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki.igawa@gmail.com> | Thu Nov 02 19:07:17 2017 +0900 |
committer | Masayuki Igawa <masayuki.igawa@gmail.com> | Thu Nov 02 19:07:17 2017 +0900 |
tree | 58318ebba0a9841104ca43601dd4652603a2660a | |
parent | 292f492d35cd7acba68f397bfdab1a461e39ffe5 [diff] |
Fix AssertionError in test_rand_password_with_len_2 This commit fixes the AssertionError in test_rand_password_with_len_2. We were thinking an error could be happened but it's really rare. However, it was actually happened[1]. To make the test more stable, we shouldn't check its value but only length. It should be enough because we already checked values in the other test cases. [1] http://paste.openstack.org/show/625330/ Change-Id: I9a11a56e5eee9d1b01b61c04ea4bc75037c4458e