We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5905ff commit d19720cCopy full SHA for d19720c
tests/functional/intern.js
@@ -8,7 +8,7 @@
8
define(['intern/lib/args'], function (args) {
9
'use strict';
10
11
- var siteRoot = args.siteRoot ? args.siteRoot : 'http://127.0.0.1:5000';
+ var siteRoot = args.siteRoot ? args.siteRoot : 'http://localhost:5000';
12
13
return {
14
// Configuration object for webcompat
0 commit comments