Skip to content

Commit 8f5915c

Browse files
committed
typo in test
1 parent cf7cbdd commit 8f5915c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/io/kafbat/ui/KafkaConnectServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public void shouldReturn400WhenResettingConnectorInRunningState() {
446446
.value(connector -> assertThat(connector.getStatus().getState()).isEqualTo(ConnectorStateDTO.RUNNING));
447447

448448
webTestClient.delete()
449-
.uri("/api/clusters/{clusterName}/connectors/{connectName}/connectors/{connectorName}/offsets", LOCAL,
449+
.uri("/api/clusters/{clusterName}/connects/{connectName}/connectors/{connectorName}/offsets", LOCAL,
450450
connectName, connectorName)
451451
.exchange()
452452
.expectStatus().isBadRequest();

0 commit comments

Comments
 (0)