Skip to content

Commit 2a266f7

Browse files
tests(): enable Tests
1 parent 9fdf1a8 commit 2a266f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/kestra/plugin/aws/athena/QueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void runFetch_mockedAthena() throws Exception {
8383
);
8484

8585
Query task = spy(Query.builder()
86-
.id("test")
86+
.id("athena_store_test")
8787
.type(Query.class.getName())
8888
.database(Property.ofValue("db"))
8989
.outputLocation(Property.ofValue("s3://dummy"))

0 commit comments

Comments
 (0)