Skip to content

Commit c5e3761

Browse files
authored
backport PR3532 (#3552)
1 parent 50506d0 commit c5e3761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMonitoringExporterWebApp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ private HtmlPage submitConfigureForm(
510510
page1 = webClient.getPage(exporterUrl);
511511
}
512512
assertNotNull(page1, "can't retrieve exporter dashboard page");
513-
assertTrue((page1.asNormalizedText()).contains("This is the WebLogic Monitoring Exporter."));
513+
assertTrue((page1.asNormalizedText()).contains("Oracle WebLogic Monitoring Exporter"));
514514

515515
// Get the form that we are dealing with and within that form,
516516
// find the submit button and the field that we want to change.Generated form for cluster had
@@ -932,4 +932,4 @@ private static String convertToJson(String yaml) {
932932
return new Gson().toJson(loadedYaml, LinkedHashMap.class);
933933
}
934934

935-
}
935+
}

0 commit comments

Comments
 (0)