File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,8 @@ module.exports = function (data) {
133133 'created_at' : '2015-01-27T21:06:49Z' ,
134134 'updated_at' : '2015-01-27T21:06:49Z' ,
135135 'body' : '[Select Runnable server to run code from this PR](http://runnable3.net/' + owner +
136- '/serverSelection/hellonode?branch=feature-1&message=commit&commit=73033125786a9897dc92659245598be520a2d71d)'
136+ '/serverSelection/hellonode?branch=feature-1' +
137+ '&message=commit&commit=73033125786a9897dc92659245598be520a2d71d)'
137138 } ,
138139 'repository' : {
139140 'id' : 28254077 ,
Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ describe('Notifier', function () {
8585 message += '<' + wrapGitHubLink ( headCommit . url ) + '|changes>' ;
8686 message += ' (init & commit & push) to CodeNow/api (feature-1/fix) are ready.\n' ;
8787 message += '<http://runnable3.net/' ;
88- message += 'podviaznikov/serverSelection/api?branch=feature-1%252Ffix&message=init%2520%2526%2520commit%2520%2526%2520push' ;
88+ message += 'podviaznikov/serverSelection/api?' ;
89+ message += 'branch=feature-1%252Ffix&message=init%2520%2526%2520commit%2520%2526%2520push' ;
8990 message += '&commit=a240edf982d467201845b3bf10ccbe16f6049ea9' ;
9091 message += '|Choose a server to run feature-1/fix>.' ;
9192 expect ( text ) . to . equal ( message ) ;
@@ -171,7 +172,8 @@ describe('Notifier', function () {
171172 var message = 'podviaznikov\'s ' ;
172173 message += '<a href="' + wrapGitHubLink ( headCommit . url ) + '">changes</a>' ;
173174 message += ' (hey there second line third line some random...) to Runnable/api (feature-1/fix) are ready.\n' ;
174- message += '<a href=\"http://runnable3.net/podviaznikov/serverSelection/api?branch=feature-1%252Ffix&message=%2520hey%2520there' ;
175+ message += '<a href=\"http://runnable3.net/podviaznikov/serverSelection/api' ;
176+ message += '?branch=feature-1%252Ffix&message=%2520hey%2520there' ;
175177 message += '%250Asecond%2520line%250Athird%2520line%250Asome%2520random%2520mesage&commit=' ;
176178 message += 'a240edf982d467201845b3bf10ccbe16f6049ea9\">Choose a server to run feature-1/fix</a>.' ;
177179 expect ( text ) . to . equal ( message ) ;
You can’t perform that action at this time.
0 commit comments