Skip to content

Commit

Permalink
Merge pull request #4832 from kubernetes-sigs/raffo/fix-aws-sd-test
Browse files Browse the repository at this point in the history
fix flaky aws sd test
  • Loading branch information
k8s-ci-robot authored Oct 26, 2024
2 parents abb32ca + 02f9ec5 commit aec4bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/awssd/aws_sd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,6 @@ func TestAWSSDProvider_awsTags(t *testing.T) {
}

for _, test := range tests {
assert.EqualValues(t, test.Expectation, awsTags(test.Input))
require.ElementsMatch(t, test.Expectation, awsTags(test.Input))
}
}

0 comments on commit aec4bf0

Please sign in to comment.