diff --git a/openapi/openapi.json b/openapi/openapi.json index 44b0111e..76d37874 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title" : "Biz-Events Service", "description" : "Microservice for exposing REST APIs about payment receipts.", "termsOfService" : "https://www.pagopa.gov.it/", - "version" : "0.1.48" + "version" : "0.1.49" }, "servers" : [ { "url" : "http://localhost", diff --git a/openapi/openapi_ec.json b/openapi/openapi_ec.json index c9215ed3..928053bc 100644 --- a/openapi/openapi_ec.json +++ b/openapi/openapi_ec.json @@ -4,7 +4,7 @@ "title" : "Biz-Events Service", "description" : "Microservice for exposing REST APIs about payment receipts.", "termsOfService" : "https://www.pagopa.gov.it/", - "version" : "0.1.48" + "version" : "0.1.49" }, "servers" : [ { "url" : "http://localhost", diff --git a/openapi/openapi_helpdesk.json b/openapi/openapi_helpdesk.json index 5e2c4ccd..45f3cca4 100644 --- a/openapi/openapi_helpdesk.json +++ b/openapi/openapi_helpdesk.json @@ -4,7 +4,7 @@ "title" : "Biz-Events Service", "description" : "Microservice for exposing REST APIs about payment receipts.", "termsOfService" : "https://www.pagopa.gov.it/", - "version" : "0.1.48" + "version" : "0.1.49" }, "servers" : [ { "url" : "http://localhost", diff --git a/openapi/openapi_io.json b/openapi/openapi_io.json index 05c00663..53087587 100644 --- a/openapi/openapi_io.json +++ b/openapi/openapi_io.json @@ -4,7 +4,7 @@ "title" : "Biz-Events Service", "description" : "Microservice for exposing REST APIs about payment receipts.", "termsOfService" : "https://www.pagopa.gov.it/", - "version" : "0.1.48" + "version" : "0.1.49" }, "servers" : [ { "url" : "http://localhost", diff --git a/src/test/java/it/gov/pagopa/bizeventsservice/controller/PaymentsControllerTest.java b/src/test/java/it/gov/pagopa/bizeventsservice/controller/PaymentsControllerTest.java index ed8fe2cb..1414fb81 100644 --- a/src/test/java/it/gov/pagopa/bizeventsservice/controller/PaymentsControllerTest.java +++ b/src/test/java/it/gov/pagopa/bizeventsservice/controller/PaymentsControllerTest.java @@ -11,7 +11,6 @@ import java.io.IOException; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import org.springframework.beans.factory.annotation.Autowired;