Skip to content

Commit d540d9b

Browse files
committed
Updating expiration date at test
1 parent e726506 commit d540d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/fogbowcloud/manager/core/plugins/identity/x509/TestX509IdentityPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void setup() throws CertificateException, IOException, ParseException {
3838
CERTIFICATE_ACCESS_ID = CertificateUtils.generateAccessId(CertificateUtils
3939
.getCertificateChainFromFile(CERTIFICATE_PATH));
4040
SimpleDateFormat sdf = new SimpleDateFormat(dateFormat);
41-
CERTIFICATE_EXPIRATION_DATE = sdf.parse("2015-08-26");
41+
CERTIFICATE_EXPIRATION_DATE = sdf.parse("2025-09-15");
4242
}
4343

4444
@Test

0 commit comments

Comments
 (0)