Skip to content

Fix/dynamic property #13272

Fix/dynamic property

Fix/dynamic property #13272

GitHub Actions / JUnit Test Report failed Nov 22, 2024 in 0s

1822 tests run, 1817 passed, 4 skipped, 1 failed.

Annotations

Check failure on line 132 in core/src/test/java/io/kestra/core/docs/ClassPluginDocumentationTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ClassPluginDocumentationTest.dynamicProperty()

java.lang.AssertionError: 
Expected: is ".*{{.*}}.*"
     but: was null
Raw output
java.lang.AssertionError: 
Expected: is ".*{{.*}}.*"
     but: was null
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.core.docs.ClassPluginDocumentationTest.lambda$dynamicProperty$3(ClassPluginDocumentationTest.java:152)
	at io.kestra.core.utils.Rethrow.lambda$throwConsumer$0(Rethrow.java:50)
	at io.kestra.core.Helpers.runApplicationContext(Helpers.java:74)
	at io.kestra.core.docs.ClassPluginDocumentationTest.dynamicProperty(ClassPluginDocumentationTest.java:132)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)