Explorar el Código

Updating test

Noah hace 7 años
padre
commit
8c51f93855
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/server-test.js

+ 1 - 1
test/server-test.js Ver fichero

@@ -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){