Browse Source

Updating test

Noah 7 years ago
parent
commit
8c51f93855
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/server-test.js

+ 1 - 1
test/server-test.js View File

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