Skip to content

Commit 3264a1e

Browse files
committed
add wait handlers for custom domains and distributions
1 parent bfdc815 commit 3264a1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/cdn/wait/wait.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ func DeleteDistributionWaitHandler(ctx context.Context, api APIClientInterface,
9898
handler.SetTimeout(10 * time.Minute)
9999
return handler
100100
}
101+

services/cdn/wait/wait_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,4 @@ func TestDeleteDistributionWaitHandler(t *testing.T) {
334334
})
335335
}
336336
}
337+

0 commit comments

Comments
 (0)