We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b24c6f commit 027e68eCopy full SHA for 027e68e
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/RestServerTest.java
@@ -178,7 +178,7 @@ public void testOptionsDoesNotIncludeWadlOutput() {
178
PowerMock.replayAll();
179
180
server = new RestServer(workerConfig);
181
- server.start(herder);
+ server.start(new HerderProvider(herder), herder.plugins());
182
183
Response response = request("/connectors")
184
.accept(MediaType.WILDCARD)
0 commit comments