We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa22a commit 0c49805Copy full SHA for 0c49805
test/test_api.js
@@ -75,7 +75,7 @@ describe('github api', function () {
75
{ url: 'git://github.com/stridertester/proj1.git',
76
owner: 'stridertester',
77
repo: 'proj1',
78
- auth: { type: 'https' } } },
+ auth: { type: 'ssh' } } },
79
{ id: 40900394,
80
name: 'stridertestersunion/union-proj-1',
81
display_name: 'stridertestersunion/union-proj-1',
@@ -85,7 +85,7 @@ describe('github api', function () {
85
{ url: 'git://github.com/stridertestersunion/union-proj-1.git',
86
owner: 'stridertestersunion',
87
repo: 'union-proj-1',
88
- auth: { type: 'https' } } }
+ auth: { type: 'ssh' } } }
89
]
90
);
91
///console.log(util.inspect(repos, false, 10, true));
0 commit comments