Skip to content

Commit

Permalink
Fix another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Aug 25, 2023
1 parent 10b460c commit 16f701a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion management-api-server/doc/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
},
"/api/v2/repairs" : {
"put" : {
"operationId" : "v2PutRepair",
"operationId" : "putRepairV2",
"requestBody" : {
"content" : {
"application/json" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void testRepairResourcesSuccess() throws Exception {
eq(Optional.of(Collections.singletonList("table1"))),
eq(false),
eq(true),
eq(Optional.of("dc_parallel")),
eq(Optional.of(RepairParallelism.DATACENTER_AWARE)),
eq(Optional.empty()),
eq(Optional.empty()),
eq(Optional.of(1)));
Expand Down

0 comments on commit 16f701a

Please sign in to comment.