Fix some tests and add some TODO items.
[quix0rs-apt-p2p.git] / apt_p2p / HTTPServer.py
index cc6233ba955b192a31b15b94a46c620ede753bda..7f74788d8b1476f1224ef153346def8dd9a5ec3f 100644 (file)
@@ -272,7 +272,7 @@ class TestTopLevel(unittest.TestCase):
         if hash == self.torrent_hash:
             return [{'pieces': self.torrent}]
         elif hash == self.file_hash:
-            return [{'path': FilePath('/boot/initrd')}]
+            return [{'path': FilePath('/boot/grub/stage2')}]
         else:
             return []