File: fix-test.patch

package info (click to toggle)
node-clean-css 5.3.3%2B~5.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,928 kB
  • sloc: javascript: 42,587; sh: 5; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: that test expects something odd with that IP
Forwarded: https://github.com/clean-css/clean-css/pull/1276
--- a/test/protocol-imports-test.js
+++ b/test/protocol-imports-test.js
@@ -728,7 +728,7 @@
         var options = {
           inline: 'all',
           inlineRequest: {
-            hostname: '127.0.0.1',
+            hostname: '127.0.0.2',
             port: 8080
           }
         };