Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 8526037

Browse files
committed
Fixed failing test based on RestTemplate toString fix
1 parent 0aa7a46 commit 8526037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/marklogic/rest/util/RestTemplateUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void noUsername() {
143143
RuntimeException ex = assertThrows(RuntimeException.class,
144144
() -> RestTemplateUtil.newRestTemplate(manageConfig));
145145

146-
assertEquals("Unable to connect to the MarkLogic app server at http://localhosthost:8002; cause: username must be of type String",
146+
assertEquals("Unable to connect to the MarkLogic app server at http://localhost:8002; cause: username must be of type String",
147147
ex.getMessage(),
148148
"As of 4.5.0, since auth strategies other than basic/digest are now supported, the error message is expected " +
149149
"to identify which MarkLogic app server is being accessed but not any authentication details. This is " +

0 commit comments

Comments
 (0)