Skip to content

Commit

Permalink
Fix test, plugin id does not have version anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
vuminhkh committed Dec 21, 2016
1 parent 49722b9 commit 5d70251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void I_create_an_orchestrator_named_and_plugin_id_and_bean_name(String na

@When("^I create an orchestrator named \"([^\"]*)\" and plugin name \"([^\"]*)\" and bean name \"([^\"]*)\"$")
public void I_create_an_orchestrator_named_and_plugin_name_and_bean_name(String name, String pluginName, String pluginBean) throws Throwable {
I_create_an_orchestrator_named_and_plugin_id_and_bean_name(name, pluginName + ":" + Context.VERSION, pluginBean);
I_create_an_orchestrator_named_and_plugin_id_and_bean_name(name, pluginName, pluginBean);
}

@When("^I list orchestrators$")
Expand Down

0 comments on commit 5d70251

Please sign in to comment.