Skip to content

Commit

Permalink
Fixing provisioning test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 22, 2019
1 parent 64a160e commit cfa1747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -79,7 +79,7 @@ public void test001Connectors() throws Exception {
IntegrationTestTools.assertConnectorSchemaSanity(conn, prismContext);
}

assertEquals("Unexpected number of connectors found", 9, connectors.size());
assertEquals("Unexpected number of connectors found", 10, connectors.size());
}

@Test
Expand All @@ -99,7 +99,7 @@ public void testListConnectors() throws Exception{
System.out.println("-----\n");
}

assertEquals("Unexpected number of connectors found", 9, connectors.size());
assertEquals("Unexpected number of connectors found", 10, connectors.size());
}

@Test
Expand Down
Expand Up @@ -175,7 +175,7 @@ public void test010ListConnectors() throws Exception {

System.out.println("---------------------------------------------------------------------");

assertEquals("Unexpected number of connectors discovered", 7, connectors.size());
assertEquals("Unexpected number of connectors discovered", 8, connectors.size());
}

@Test
Expand Down

0 comments on commit cfa1747

Please sign in to comment.