You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/07/24 11:33:50 UTC

[incubator-dlab] branch DLAB-298 updated: [DLAB-298]: changed error message for java

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-298
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-298 by this push:
     new 8734f3e  [DLAB-298]: changed error message for java
8734f3e is described below

commit 8734f3e6d59d65a3bdfba4196b40b61192feed93
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Jul 24 14:32:35 2020 +0300

    [DLAB-298]: changed error message for java
---
 .../com/epam/dlab/backendapi/resources/LibExploratoryResourceTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/test/java/com/epam/dlab/backendapi/resources/LibExploratoryResourceTest.java b/services/self-service/src/test/java/com/epam/dlab/backendapi/resources/LibExploratoryResourceTest.java
index 321693d..79465a4 100644
--- a/services/self-service/src/test/java/com/epam/dlab/backendapi/resources/LibExploratoryResourceTest.java
+++ b/services/self-service/src/test/java/com/epam/dlab/backendapi/resources/LibExploratoryResourceTest.java
@@ -441,7 +441,7 @@ public class LibExploratoryResourceTest extends TestBase {
 		assertEquals(HttpStatus.SC_BAD_REQUEST, response.getStatus());
 		assertEquals(MediaType.APPLICATION_JSON, response.getHeaderString(HttpHeaders.CONTENT_TYPE));
 
-		assertEquals("{\"errors\":[\"Wrong library name format. Should be " +
+		assertEquals("{\"errors\":[\"query param artifact Wrong library name format. Should be " +
 						"<groupId>:<artifactId>:<versionId>\"]}",
 				response.readEntity(String.class));
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org