Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
  • Loading branch information
Gagan Juneja committed Sep 8, 2023
1 parent 27f78f4 commit 5225294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected boolean addMockTelemetryPlugin() {
}

public void testSanityChecksWhenTracingEnabled() throws Exception {
Client client = client();
Client client = internalCluster().clusterManagerClient();
// ENABLE TRACING
updateTelemetrySetting(client, true);

Expand Down

0 comments on commit 5225294

Please sign in to comment.