Skip to content

Commit f22e9be

Browse files
committed
retrigger
1 parent 7982777 commit f22e9be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cloudplatform/connectivity-destination-service/src/test/java/com/sap/cloud/sdk/cloudplatform/connectivity/DestinationServiceTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,12 +1994,12 @@ void testPrependGetAllDestinationsCallUsesCorrectRetrievalStrategy()
19941994
eq("/v1/subaccountDestinations"),
19951995
argThat(s -> s.behalf() == TECHNICAL_USER_PROVIDER));
19961996

1997-
final DestinationOptions options =
1998-
DestinationOptions.builder().augmentBuilder(augmenter().retrievalStrategy(ALWAYS_PROVIDER)).build();
1999-
20001997
// set current tenant to be the subscriber tenant
20011998
context.setTenant(providerTenant);
20021999

2000+
final DestinationOptions options =
2001+
DestinationOptions.builder().augmentBuilder(augmenter().retrievalStrategy(ALWAYS_PROVIDER)).build();
2002+
20032003
Destination result = loader.tryGetDestination(destinationName, options).get();
20042004
assertThat(result.asHttp().getUri()).isEqualTo(URI.create(providerUrl));
20052005
}

0 commit comments

Comments
 (0)