diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java index 63bb2d65133..07d651b1a75 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java @@ -289,6 +289,8 @@ class FileWatcherTests { *
  • Performs an atomic rename of {@code ..data_tmp} to {@code ..data}.
  • *
  • Deletes the old ConfigMap/Secret directory.
  • * + * @param tempDir temp directory + * @throws Exception if a failure occurs */ @Test void shouldTriggerOnConfigMapAtomicMoveUpdates(@TempDir Path tempDir) throws Exception {