Skip to content

Commit 0c49805

Browse files
committed
Fixed failing unit test because of authentication type change
1 parent b8fa22a commit 0c49805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('github api', function () {
7575
{ url: 'git://github.com/stridertester/proj1.git',
7676
owner: 'stridertester',
7777
repo: 'proj1',
78-
auth: { type: 'https' } } },
78+
auth: { type: 'ssh' } } },
7979
{ id: 40900394,
8080
name: 'stridertestersunion/union-proj-1',
8181
display_name: 'stridertestersunion/union-proj-1',
@@ -85,7 +85,7 @@ describe('github api', function () {
8585
{ url: 'git://github.com/stridertestersunion/union-proj-1.git',
8686
owner: 'stridertestersunion',
8787
repo: 'union-proj-1',
88-
auth: { type: 'https' } } }
88+
auth: { type: 'ssh' } } }
8989
]
9090
);
9191
///console.log(util.inspect(repos, false, 10, true));

0 commit comments

Comments
 (0)