Skip to content

Commit 3cfd745

Browse files
committed
fix after rebase
1 parent acb82ec commit 3cfd745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/loadbalancer/add_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func TestAddServiceWithHealthCheck(t *testing.T) {
8787
}).
8888
Return(&hcloud.Action{ID: 123}, nil, nil)
8989
fx.ActionWaiter.EXPECT().
90-
ActionProgress(gomock.Any(), gomock.Any(), &hcloud.Action{ID: 123}).
90+
WaitForActions(gomock.Any(), gomock.Any(), &hcloud.Action{ID: 123}).
9191
Return(nil)
9292

9393
out, errOut, err := fx.Run(cmd, []string{

0 commit comments

Comments
 (0)