Skip to content

Commit

Permalink
Fixing number of connectors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jun 14, 2018
1 parent 67dbf3f commit 50b7373
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ public void test010ListConnectors() throws Exception {
result.computeStatus();
TestUtil.assertSuccess("getObject result", result);

assertEquals("Unexpected number of connectors", 9, connectors.size());
assertEquals("Unexpected number of connectors", 10, connectors.size());
for(PrismObject<ConnectorType> connector: connectors) {
display("Connector", connector);
ConnectorType connectorType = connector.asObjectable();
Expand Down

0 comments on commit 50b7373

Please sign in to comment.