From 5498585277df6ac6dd50383d2647e4e2eaf42529 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 27 Mar 2018 14:21:21 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/github-connector@165469 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/widgets/githubconnector/GitHubConnectorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java b/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java index 7c689a5..e5f0208 100644 --- a/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java +++ b/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java @@ -67,7 +67,7 @@ public class GitHubConnectorTest extends TestCase { logger.debug("Connect to GitHub"); // Basic authentication GitHubClient client = new GitHubClient(); - client.setCredentials("giamak@gmail.com", "1qaz2wsx$"); + client.setCredentials("account", "password"); /* * GitHubRequest req = new GitHubRequest();