Skip to content

Commit

Permalink
Fixing connector number in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 20, 2015
1 parent 455cdfa commit 41352ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ public void test010ListConnectors() throws Exception {
result.computeStatus();
TestUtil.assertSuccess("getObject result", result);

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

0 comments on commit 41352ba

Please sign in to comment.