Skip to content

Commit 73d5dcb

Browse files
fix: Cleanup CPS source subscription in tearDown() (#165)
Cleans up CPS source subscription which was earlier missed
1 parent 8fa6911 commit 73d5dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/it/StandaloneIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@ public Void apply(Runnable runnable) {
362362
() -> {
363363
subscriptionAdminClient.deleteSubscription(cpsSinkSubscriptionName);
364364
});
365+
notFoundIgnoredClosureRunner.apply(
366+
() -> {
367+
subscriptionAdminClient.deleteSubscription(cpsSourceSubscriptionName);
368+
});
365369
log.atInfo().log("Deleted CPS subscriptions.");
366370
}
367371

0 commit comments

Comments
 (0)