Skip to content

Commit 42b0a43

Browse files
authored
Update ItUsabilityOperatorHelmChart.java
1 parent 5865836 commit 42b0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItUsabilityOperatorHelmChart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void testCreateSecondOperatorUsingSameOperatorNsNegativeInstall() throws
131131
Operator firstoperator = null;
132132
Operator secondoperator = null;
133133

134-
logger.info("Creating firs toperator");
134+
logger.info("Creating first operator");
135135
firstoperator =
136136
new Operator(TestUtils.createOperatorMap(number, true), RestCertType.SELF_SIGNED);
137137
firstoperator.callHelmInstall();

0 commit comments

Comments
 (0)