Skip to content

Commit 7ffa4a5

Browse files
committed
InfoHandler returns NO_CONTENT when there are no available pipelines
1 parent 9cd7c17 commit 7ffa4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query-engine/src/test/java/uk/co/spudsoft/query/web/rest/InfoHandlerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import uk.co.spudsoft.query.main.*;
2020
import com.google.common.collect.ImmutableMap;
2121
import io.restassured.RestAssured;
22-
import io.vertx.junit5.VertxExten87sion;
22+
import io.vertx.junit5.VertxExtension;
2323
import java.io.File;
2424
import org.junit.jupiter.api.BeforeAll;
2525
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)