mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(tests): failing unit test flowProperties (#13138)
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io>
This commit is contained in:
@@ -167,7 +167,7 @@ class PluginControllerTest {
|
||||
Argument.mapOf(String.class, Object.class)
|
||||
);
|
||||
|
||||
assertThat((Map<String, Object>) doc.get("properties")).hasSize(23);
|
||||
assertThat((Map<String, Object>) doc.get("properties")).hasSize(24);
|
||||
assertThat((List<String>) doc.get("required")).hasSize(3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user