Skip to content

Commit

Permalink
Fix test failure in SparkQueryDispatcherTest due to merge (opensearch…
Browse files Browse the repository at this point in the history
…-project#2645)

Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 authored May 1, 2024
1 parent d32cf94 commit 0f4e1c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ void testDispatchSelectQuery() {

@Test
void testDispatchSelectQueryWithLakeFormation() {
when(emrServerlessClientFactory.getClient()).thenReturn(emrServerlessClient);
HashMap<String, String> tags = new HashMap<>();
tags.put(DATASOURCE_TAG_KEY, "my_glue");
tags.put(CLUSTER_NAME_TAG_KEY, TEST_CLUSTER_NAME);
Expand Down

0 comments on commit 0f4e1c0

Please sign in to comment.