Skip to content

Commit c652aff

Browse files
csvirimetacosm
authored andcommitted
additional fix
1 parent c9f0f41 commit c652aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-operators/mysql-schema/src/test/java/io/javaoperatorsdk/operator/sample/MySQLSchemaOperatorE2E.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ boolean isLocal() {
6767
.withPortForward(MY_SQL_NS, "app", "mysql", 3306, SchemaDependentResource.LOCAL_PORT)
6868
.build()
6969
: ClusterDeployedOperatorExtension.builder()
70-
.withOperatorDeployment(client.load(new FileInputStream("k8s/operator.yaml")).get())
70+
.withOperatorDeployment(client.load(new FileInputStream("k8s/operator.yaml")).items())
7171
.withInfrastructure(infrastructure)
7272
.build();
7373

0 commit comments

Comments
 (0)