Skip to content

Commit

Permalink
Update quarkus/extensions/kogito-quarkus-serverless-workflow-extensio…
Browse files Browse the repository at this point in the history
…n/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/test/java/org/kie/kogito/quarkus/serverless/workflow/deployment/livereload/LiveReloadProcessorTest.java

Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com>
  • Loading branch information
hbelmiro and radtriste committed Jul 19, 2023
1 parent 5b79650 commit 6de7aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void testOpenApi() throws IOException {
}

@Test
void testEnglish() throws InterruptedException, IOException {
void testGrpc() throws InterruptedException, IOException {
Server server = GreeterService.buildServer(PORT);
server.start();
RestAssured.enableLoggingOfRequestAndResponseIfValidationFails();
Expand Down

0 comments on commit 6de7aa5

Please sign in to comment.