Skip to content

Create tags when missing on Schema Registry #864

Create tags when missing on Schema Registry

Create tags when missing on Schema Registry #864

GitHub Actions / JUnit Test Report failed Dec 7, 2023 in 0s

472 tests run, 471 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 454 in src/test/java/com/michelin/ns4kafka/controllers/TopicControllerTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TopicControllerTest.shouldNotValidateTagsWhenNoNewTag()

java.lang.UnsupportedOperationException
Raw output
java.lang.UnsupportedOperationException
	at java.base/java.util.ImmutableCollections.uoe(ImmutableCollections.java:142)
	at java.base/java.util.ImmutableCollections$AbstractImmutableList.replaceAll(ImmutableCollections.java:259)
	at com.michelin.ns4kafka.controllers.topic.TopicController.apply(TopicController.java:111)
	at com.michelin.ns4kafka.controllers.TopicControllerTest.shouldNotValidateTagsWhenNoNewTag(TopicControllerTest.java:454)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)