diff options
Diffstat (limited to 'aws/ec2info_test.go')
| -rw-r--r-- | aws/ec2info_test.go | 2 |
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"))) } |
