We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fca96 commit 4b46f38Copy full SHA for 4b46f38
src/test/java/cd/go/contrib/elasticagent/executors/ServerPingRequestExecutorTest.java
@@ -68,7 +68,7 @@ public void setUp() {
68
when(podResource.get()).thenReturn(mockedPod);
69
70
objectMetadata = new ObjectMeta();
71
- objectMetadata.setCreationTimestamp(getSimpleDateFormat().format(Instant.now()));
+ objectMetadata.setCreationTimestamp(Instant.now().toString());
72
73
when(mockedPod.getMetadata()).thenReturn(objectMetadata);
74
0 commit comments