Files
kubernetes/pkg
Maciej Szulik 019d16d8b7 Fix TestCreateDisk by sorting tags
Mock requires stable input, and in CreateDisk we invoke buildTags which uses
a map to create tags, which then get converted into an array. This leads to
unstable sorting order which confuses mock. Sorted tags are not needed in
regular code, but are a must in tests.
2019-04-04 17:32:06 +02:00
..
2019-04-03 16:52:05 +02:00
2019-04-03 16:52:05 +02:00
2019-04-03 17:43:42 +08:00