Noah пре 7 година
родитељ
комит
8c51f93855
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/server-test.js

+ 1 - 1
test/server-test.js Прегледај датотеку

@@ -69,7 +69,7 @@ tape("404 2", function(test) {
69 69
 tape("Server static background", function(test) {
70 70
 
71 71
   request(server)
72
-    .get("/img/nyc.png")
72
+    .get("/settings/backgrounds/nyc.png")
73 73
     .expect(200)
74 74
     .expect("Content-Type", /image/)
75 75
     .end(function(err, res){