From a992dbd92bef5fb7860f6af49cf83c870a2d7a7c Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Thu, 18 Sep 2014 10:55:25 -0300 Subject: [PATCH] FWK-194: Ajuste no AppAuthenticator do arquétipo demoiselle-rest para aceitar qualquer usuário --- archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java b/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java index 2153d03..86f2968 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java @@ -39,7 +39,7 @@ import br.gov.frameworkdemoiselle.UnprocessableEntityException; public class BookmarkRESTTest { - private static final String BASIC_CREDENTIALS = "Basic " + Base64.encodeBase64String("admin:admin".getBytes()); + private static final String BASIC_CREDENTIALS = "Basic " + Base64.encodeBase64String("test:secret".getBytes()); private CloseableHttpClient client; -- libgit2 0.21.2