Skip to content

Commit

Permalink
fix flaky aws sd test
Browse files Browse the repository at this point in the history
Signed-off-by: Raffaele Di Fazio <[email protected]>
  • Loading branch information
Raffo committed Oct 26, 2024
1 parent 4033eec commit 02f9ec5
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 02f9ec5

Please sign in to comment.