mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Fix test order staging/src/k8s.io/legacy-cloud-providers/azure/auth/azure_auth_test.go
This commit is contained in:
@@ -154,7 +154,7 @@ func TestParseAzureEnvironment(t *testing.T) {
|
||||
for _, c := range cases {
|
||||
env, err := ParseAzureEnvironment(c.cloudName, c.resourceManagerEndpoint, c.identitySystem)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, env, c.expected)
|
||||
assert.Equal(t, c.expected, env)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user