From d19720c2bd383dfccd637b5c111f4762dbfa98d3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 18 Nov 2014 17:37:43 -0600 Subject: [PATCH] Issue #277 - Fix SOP violation in tests (session cookies will now work) BIG THXXXXXXXXXXXXXXXXXXX to @vladikoff --- tests/functional/intern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/intern.js b/tests/functional/intern.js index 4505b1024..58644f33d 100644 --- a/tests/functional/intern.js +++ b/tests/functional/intern.js @@ -8,7 +8,7 @@ define(['intern/lib/args'], function (args) { 'use strict'; - var siteRoot = args.siteRoot ? args.siteRoot : 'http://127.0.0.1:5000'; + var siteRoot = args.siteRoot ? args.siteRoot : 'http://localhost:5000'; return { // Configuration object for webcompat