We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d034b7 commit 67917b5Copy full SHA for 67917b5
1 file changed
tests/src/test/java/io/orkes/conductor/client/http/SchemaClientTests.java
@@ -62,7 +62,7 @@ void testMethods() {
62
Assertions.assertEquals(1, fetchedByVersion.getVersion());
63
64
// 5. Get all schemas and assert name is present
65
- List<SchemaDef> all = schemaClient.getAllSchemas(false);
+ List<SchemaDef> all = schemaClient.getAllSchemas(true);
66
Assertions.assertNotNull(all);
67
Assertions.assertTrue(all.stream().anyMatch(s -> SCHEMA_NAME.equals(s.getName())));
68
0 commit comments