From bc1ab38b37dc677e764eb4215aea061d78b5643d Mon Sep 17 00:00:00 2001 From: Arpad Kunszt Date: Mon, 9 Sep 2024 14:15:17 +0200 Subject: [PATCH] discovery: rename test for easier identification Signed-off-by: Arpad Kunszt --- discovery/aws/ec2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/aws/ec2_test.go b/discovery/aws/ec2_test.go index 8a311e9a9..c97b72cce 100644 --- a/discovery/aws/ec2_test.go +++ b/discovery/aws/ec2_test.go @@ -378,7 +378,7 @@ func generateRefreshIpv6(d *EC2Discovery) []*targetgroup.Group { return expected } -func TestRefresh(t *testing.T) { +func TestEC2DiscoveryRefresh(t *testing.T) { ctx := context.Background() client := newMockEC2Client()