Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Sep 3, 2024
1 parent a3745fa commit e6ae723
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_ec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_helpdesk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_io.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6ae723

Please sign in to comment.