summaryrefslogtreecommitdiff
path: root/aws/ec2info_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'aws/ec2info_test.go')
-rw-r--r--aws/ec2info_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/aws/ec2info_test.go b/aws/ec2info_test.go
index 87db85a3..ddf9e38d 100644
--- a/aws/ec2info_test.go
+++ b/aws/ec2info_test.go
@@ -104,7 +104,7 @@ func TestTag_NonEC2(t *testing.T) {
cache: make(map[string]any),
}
- assert.Equal(t, "", must(e.Tag("foo")))
+ assert.Empty(t, must(e.Tag("foo")))
assert.Equal(t, "default", must(e.Tag("foo", "default")))
}