Skip to content

Commit

Permalink
remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencalime committed Sep 23, 2024
1 parent d5ffa78 commit bc11e00
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ void shouldGetConnectCluster() {
}

@Test
@SuppressWarnings("deprecation")
void shouldNotDeleteConnectClusterWhenNotOwner() {
Namespace ns = Namespace.builder()
.metadata(Metadata.builder()
Expand All @@ -177,6 +178,7 @@ void shouldNotDeleteConnectClusterWhenNotOwner() {
}

@Test
@SuppressWarnings("deprecation")
void shouldNotDeleteConnectClusterWhenNotFound() {
Namespace ns = Namespace.builder()
.metadata(Metadata.builder()
Expand All @@ -197,6 +199,7 @@ void shouldNotDeleteConnectClusterWhenNotFound() {
}

@Test
@SuppressWarnings("deprecation")
void shouldDeleteConnectCluster() {
Namespace ns = Namespace.builder()
.metadata(Metadata.builder()
Expand Down Expand Up @@ -229,6 +232,7 @@ void shouldDeleteConnectCluster() {
}

@Test
@SuppressWarnings("deprecation")
void shouldDeleteConnectClusterInDryRunMode() {
Namespace ns = Namespace.builder()
.metadata(Metadata.builder()
Expand Down Expand Up @@ -259,6 +263,7 @@ void shouldDeleteConnectClusterInDryRunMode() {
}

@Test
@SuppressWarnings("deprecation")
void shouldNotDeleteConnectClusterWithConnectorsAssociated() {
Namespace ns = Namespace.builder()
.metadata(Metadata.builder()
Expand Down

0 comments on commit bc11e00

Please sign in to comment.