Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/github-connector@165469 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-03-27 14:21:21 +00:00
parent 6044205964
commit 5498585277
1 changed files with 1 additions and 1 deletions

View File

@ -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();