Skip to content

Commit 4c6ac23

Browse files
GokceGKrubenhoenle
andauthored
Update internal/cmd/beta/logs/instance/list/list_test.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent 0582365 commit 4c6ac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/logs/instance/list/list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func TestOutputResult(t *testing.T) {
178178
{
179179
name: "empty instance in instances slice",
180180
args: args{
181-
instances: []logs.LogsInstance{},
181+
instances: []logs.LogsInstance{{}},
182182
},
183183
wantErr: false,
184184
},

0 commit comments

Comments
 (0)