Skip to content

Commit 929b86c

Browse files
committed
fix: server list test
1 parent f7f7533 commit 929b86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cmd/beta/server/list/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func fixtureInputModel(mods ...func(model *inputModel)) *inputModel {
5353
func fixtureRequest(mods ...func(request *iaas.ApiListServersRequest)) iaas.ApiListServersRequest {
5454
request := testClient.ListServers(testCtx, testProjectId)
5555
request = request.LabelSelector(testLabelSelector)
56+
request = request.Details(true)
5657
for _, mod := range mods {
5758
mod(&request)
5859
}

0 commit comments

Comments
 (0)