Skip to content

Commit 9ed0804

Browse files
committed
Fix client usage due to rest api rename
1 parent 6f8968e commit 9ed0804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/io/apicurio/deployment/KafkaSqlDeploymentManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private static void prepareSnapshotData(String registryBaseUrl) {
8282
}
8383

8484
LOGGER.info("Creating kafkasql snapshot..");
85-
client.admin().config().triggerSnapshot().get();
85+
client.admin().snapshots().post();
8686

8787
LOGGER.info("Adding new artifacts on top of the snapshot..");
8888
for (int idx = 0; idx < 1000; idx++) {

0 commit comments

Comments
 (0)