Skip to content

Commit 9a00f3e

Browse files
willmostlyebyhr
andauthored
Update gateway-ha/src/test/java/io/trino/gateway/ha/handler/TestQueryIdCachingProxyHandler.java
Co-authored-by: Yuya Ebihara <[email protected]>
1 parent 9e22bb8 commit 9a00f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-ha/src/test/java/io/trino/gateway/ha/handler/TestQueryIdCachingProxyHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void testQueryIdFromKill()
8383
assertThat(extractQueryIdIfPresent(prepareMockRequestWithBody("CALL system.runtime.kill_query(query_id=>'20200416_160256_03078_6b4yt')")))
8484
.isEqualTo("20200416_160256_03078_6b4yt");
8585

86-
assertThat(extractQueryIdIfPresent(prepareMockRequestWithBody("CALL system.runtime.kill_query( '20200416_160256_03078_6b4yt')")))
86+
assertThat(extractQueryIdIfPresent(prepareMockRequestWithBody("CALL system.runtime.kill_query('20200416_160256_03078_6b4yt')")))
8787
.isEqualTo("20200416_160256_03078_6b4yt");
8888
}
8989

0 commit comments

Comments
 (0)