Files
kubernetes/pkg/cloudprovider/providers/aws/aws_test.go
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

56 KiB