Skip to content

Commit b68e966

Browse files
Fix build
The contract for integration_baseurl is the server URL ending with a slash
1 parent 168f4c2 commit b68e966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (grunt) {
3131
urls: [
3232
'http://127.0.0.1:9998/',
3333
'http://127.0.0.1:9998/amd.html',
34-
'http://127.0.0.1:9998/encoding.html?integration_baseurl=http://127.0.0.1:9998'
34+
'http://127.0.0.1:9998/encoding.html?integration_baseurl=http://127.0.0.1:9998/'
3535
]
3636
}
3737
},

0 commit comments

Comments
 (0)