Commit a992dbd92bef5fb7860f6af49cf83c870a2d7a7c
1 parent
6f5da9b2
Exists in
master
FWK-194: Ajuste no AppAuthenticator do arquétipo demoiselle-rest para
aceitar qualquer usuário Task-Url: https://demoiselle.atlassian.net/browse/FWK-194
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java
... | ... | @@ -39,7 +39,7 @@ import br.gov.frameworkdemoiselle.UnprocessableEntityException; |
39 | 39 | |
40 | 40 | public class BookmarkRESTTest { |
41 | 41 | |
42 | - private static final String BASIC_CREDENTIALS = "Basic " + Base64.encodeBase64String("admin:admin".getBytes()); | |
42 | + private static final String BASIC_CREDENTIALS = "Basic " + Base64.encodeBase64String("test:secret".getBytes()); | |
43 | 43 | |
44 | 44 | private CloseableHttpClient client; |
45 | 45 | ... | ... |