Skip to content

Commit 3c96fb7

Browse files
committed
add start method
1 parent 4e7ade8 commit 3c96fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample-operators/tomcat-operator/src/test/java/io/javaoperatorsdk/operator/sample/TomcatOperatorE2E.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public void test() {
3535
Operator operator = new Operator(client, DefaultConfigurationService.instance());
3636
operator.register(new TomcatController(client));
3737
operator.register(new WebappController(client));
38+
operator.start();
3839
}
3940

4041
Tomcat tomcat = new Tomcat();

0 commit comments

Comments
 (0)