Skip to content

Commit

Permalink
Merge #2887 into 2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Aug 30, 2023
2 parents ba3772a + 40c3ff9 commit 9477dbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2022 VMware, Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2018-2023 VMware, Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -392,7 +392,7 @@ void testDefaultClientProviderIsOpenSsl() {

final OpenSslSessionContext sessionContext = clientContext.sessionContext();
assertThat(sessionContext.getSessionTimeout()).isEqualTo(300);
assertThat(sessionContext.isSessionCacheEnabled()).isFalse();
assertThat(sessionContext.isSessionCacheEnabled()).isTrue();
}

@Test
Expand Down

0 comments on commit 9477dbc

Please sign in to comment.