Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Aug 18, 2023
1 parent dd52ff1 commit 4a6b8c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class CrossClusterSearchIT extends PPLIntegTestCase {
for (var cluster : clusterNames) {
if (cluster.startsWith("remote")) {
remote = cluster;
break;
}
}
REMOTE_CLUSTER = remote;
Expand Down

0 comments on commit 4a6b8c0

Please sign in to comment.