Skip to content

Commit b7adccf

Browse files
committed
Update mocked file names
1 parent f8e2912 commit b7adccf

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

tests/integration/src/test/java/com/expediagroup/sdk/xap/integrations/lodging/AvailabilityCalendarsIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void testRequest() {
7272
}
7373

7474
@Test
75-
public void testResponse(@GivenTextResource("GetLodgingAvailabilityCalendars.json") String mockedResponse) {
75+
public void testResponse(@GivenTextResource("GetLodgingAvailabilityCalendarsResponse.json") String mockedResponse) {
7676
GetLodgingAvailabilityCalendarsOperationParams params =
7777
GetLodgingAvailabilityCalendarsOperationParams.builder()
7878
.partnerTransactionId(PARTNER_TRANSACTION_ID)

tests/integration/src/test/java/com/expediagroup/sdk/xap/integrations/lodging/ListingsIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void testRequest() {
212212
}
213213

214214
@Test
215-
public void testResponse(@GivenTextResource("GetLodgingListings.json") String mockedResponse) {
215+
public void testResponse(@GivenTextResource("GetLodgingListingsResponse.json") String mockedResponse) {
216216
GetLodgingListingsOperationParams operationParams = GetLodgingListingsOperationParams.builder()
217217
.partnerTransactionId(Constant.PARTNER_TRANSACTION_ID)
218218
.locationKeyword("Seattle")

tests/integration/src/test/java/com/expediagroup/sdk/xap/integrations/lodging/QuotesIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void testRequest() {
116116
}
117117

118118
@Test
119-
public void testResponse(@GivenTextResource("GetLodgingQuotes.json") String mockedResponse) {
119+
public void testResponse(@GivenTextResource("GetLodgingQuotesResponse.json") String mockedResponse) {
120120
GetLodgingQuotesOperationParams getLodgingQuotesOperationParams =
121121
GetLodgingQuotesOperationParams.builder()
122122
.partnerTransactionId(PARTNER_TRANSACTION_ID)

tests/integration/src/test/resources/GetLodgingAvailabilityCalendars.json renamed to tests/integration/src/test/resources/GetLodgingAvailabilityCalendarsResponse.json

File renamed without changes.

tests/integration/src/test/resources/GetLodgingListings.json renamed to tests/integration/src/test/resources/GetLodgingListingsResponse.json

File renamed without changes.

tests/integration/src/test/resources/GetLodgingQuotes.json renamed to tests/integration/src/test/resources/GetLodgingQuotesResponse.json

File renamed without changes.

0 commit comments

Comments
 (0)